attribute component - functionality NYI

This commit is contained in:
Llywelwyn 2023-07-21 21:43:24 +01:00
parent c39f2cb013
commit e2afd47830
4 changed files with 33 additions and 4 deletions

View file

@ -48,6 +48,7 @@ pub fn save_game(ecs: &mut World) {
serializer,
data,
AOE,
Attributes,
BlocksTile,
CombatStats,
Confusion,
@ -140,6 +141,7 @@ pub fn load_game(ecs: &mut World) {
de,
d,
AOE,
Attributes,
BlocksTile,
CombatStats,
Confusion,