Add all methods declarations to CPlayerGun

Former-commit-id: fa1c86c129
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-06 15:34:36 +03:00
parent 758feb2c59
commit 29b79186db
4 changed files with 233 additions and 14 deletions

View File

@@ -87,6 +87,7 @@ public:
kBI_Phazon,
kBI_Phazon2 = 27,
};
enum EChargeStage { kCS_Normal, kCS_Charged };
CPlayerState();
explicit CPlayerState(CInputStream& stream);