EquippedItem,Ammo got changed to int instead of double. Loading entities from map the new way in Tests. ComponentWrapper:s Name is now Type
This commit is contained in:
@@ -37,8 +37,8 @@ private:
|
||||
bool PlayerSystem::OnMouseRelease(const Events::MouseRelease& e);
|
||||
enum class HeldItem {
|
||||
None = 0,
|
||||
PrimaryWeapon = 1,
|
||||
SecondaryWeapon = 2
|
||||
PrimaryItem = 1,
|
||||
SecondaryItem = 2
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user