Weapon action enum added

This commit is contained in:
Linda Andersson 2014-02-26 08:51:56 +01:00 committed by Dander7BD
parent 4b4255cfcc
commit b39d52e536
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ namespace GameLogic
PlayerAction_Walk,
PlayerAction_Idle,
};
enum WeaponAction
{
WeaponAtcion_PrimaryShoot,
WeaponAction_SecondaryShoot
};
enum PickupType
{