Weapon action enum added
This commit is contained in:
parent
4b4255cfcc
commit
b39d52e536
|
@ -99,6 +99,11 @@ namespace GameLogic
|
||||||
PlayerAction_Walk,
|
PlayerAction_Walk,
|
||||||
PlayerAction_Idle,
|
PlayerAction_Idle,
|
||||||
};
|
};
|
||||||
|
enum WeaponAction
|
||||||
|
{
|
||||||
|
WeaponAtcion_PrimaryShoot,
|
||||||
|
WeaponAction_SecondaryShoot
|
||||||
|
};
|
||||||
|
|
||||||
enum PickupType
|
enum PickupType
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue