pub trait ReadOnlyEntitySystem: EntitySystem<Data: ReadOnlyQueryData, Param: ReadOnlySystemParam> { }Expand description
Implemented for EntitySystems that only read data from the world
pub trait ReadOnlyEntitySystem: EntitySystem<Data: ReadOnlyQueryData, Param: ReadOnlySystemParam> { }Implemented for EntitySystems that only read data from the world