mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
add todo comment
This commit is contained in:
parent
b891bb038a
commit
8a9fdd1805
@ -73,6 +73,8 @@ impl<'a, T: ServerEvent> System<'a> for EventHandler<T> {
|
||||
}
|
||||
|
||||
fn event_dispatch<T: ServerEvent>(builder: &mut DispatcherBuilder) {
|
||||
// TODO: We currently don't consider the order of these event. But as
|
||||
// some events produce other events that might be worth doing.
|
||||
dispatch::<EventHandler<T>>(builder, &[])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user