Finished section 1
This commit is contained in:
@@ -71,7 +71,12 @@ pub fn save_game(ecs: &mut World) {
|
||||
WantsToPickupItem,
|
||||
WantsToUseItem,
|
||||
WantsToDropItem,
|
||||
SerializationHelper
|
||||
SerializationHelper,
|
||||
Equippable,
|
||||
Equipped,
|
||||
MeleePowerBonus,
|
||||
DefenseBonus,
|
||||
WantsToRemoveItem
|
||||
);
|
||||
}
|
||||
|
||||
@@ -145,7 +150,12 @@ pub fn load_game(ecs: &mut World) {
|
||||
WantsToPickupItem,
|
||||
WantsToUseItem,
|
||||
WantsToDropItem,
|
||||
SerializationHelper
|
||||
SerializationHelper,
|
||||
Equippable,
|
||||
Equipped,
|
||||
MeleePowerBonus,
|
||||
DefenseBonus,
|
||||
WantsToRemoveItem
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user