add todo comment

This commit is contained in:
Isse 2024-02-07 10:46:39 +01:00
parent b891bb038a
commit 8a9fdd1805

View File

@ -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, &[])
}