RtSimEntity
veloren_
common
0.10.0
RtSim
Entity
Aliased Type
Fields
0
Trait Implementations
Component
In veloren_
common::
rtsim
veloren_common
::
rtsim
Type Alias
RtSim
Entity
Copy item path
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.