pub trait RealtimeEntityEvents<C: ?Sized> { // Required method fn apply(self, entity: Entity, context: &mut C); }