EncumbranceSystem {}

This commit is contained in:
Llywelwyn 2023-08-13 15:42:56 +01:00
parent 0ef3a51e56
commit 0344f87da8
14 changed files with 282 additions and 30 deletions

View file

@ -55,6 +55,7 @@ pub fn save_game(ecs: &mut World) {
Attributes,
BlocksTile,
BlocksVisibility,
Burden,
Bystander,
Clock,
Confusion,
@ -66,6 +67,7 @@ pub fn save_game(ecs: &mut World) {
Energy,
EntityMoved,
EntryTrigger,
EquipmentChanged,
Equippable,
Equipped,
GrantsXP,
@ -165,6 +167,7 @@ pub fn load_game(ecs: &mut World) {
Attributes,
BlocksTile,
BlocksVisibility,
Burden,
Bystander,
Clock,
Confusion,
@ -176,6 +179,7 @@ pub fn load_game(ecs: &mut World) {
Energy,
EntityMoved,
EntryTrigger,
EquipmentChanged,
Equippable,
Equipped,
GrantsXP,