attribute component - functionality NYI
This commit is contained in:
parent
c39f2cb013
commit
e2afd47830
4 changed files with 33 additions and 4 deletions
|
|
@ -513,6 +513,7 @@ fn main() -> rltk::BError {
|
|||
gs.ecs.register::<Name>();
|
||||
gs.ecs.register::<BlocksTile>();
|
||||
gs.ecs.register::<CombatStats>();
|
||||
gs.ecs.register::<Attributes>();
|
||||
gs.ecs.register::<HungerClock>();
|
||||
gs.ecs.register::<WantsToMelee>();
|
||||
gs.ecs.register::<SufferDamage>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue