Trait aecs::Component
[−]
[src]
pub trait Component: 'static { const ID: u8; const BITMASK: u64; }
A component trait Each component should have a distinct ID