KECS / com.juanmedina.kecs.entity / Entity / components
components¶
val components:
HashMap
<
KClass
<*>,
Any
>
The components that this entity has
We could have only one component per given type.
KECS / com.juanmedina.kecs.entity / Entity / components
val components:
HashMap
<
KClass
<*>,
Any
>
The components that this entity has
We could have only one component per given type.