RtSimEntity

Type Alias RtSimEntity 

Source
pub type RtSimEntity = NpcId;

Aliased Type§

#[repr(transparent)]
pub struct RtSimEntity(KeyData);

Tuple Fields§

§0: KeyData

Trait Implementations§

Source§

impl Component for RtSimEntity

Source§

type Storage = VecStorage<NpcId>

Associated storage type for this component.