2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47:43 +00:00

Finish CPlayerGun

This commit is contained in:
Jack Andersen
2017-09-01 18:06:05 -10:00
parent ddb1d584b7
commit 35ab6e4803
21 changed files with 996 additions and 350 deletions

View File

@@ -9,13 +9,15 @@ enum class ERumbleFxId
{
Seven = 7,
Eleven = 11,
Twelve = 12,
Fifteen = 15
};
enum class ERumblePriority
{
None = 0,
One = 1,
Two = 2
Two = 2,
Three = 3
};
struct SAdsrData;