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

RumbleFxTable and final FrontEnd options functions

This commit is contained in:
Jack Andersen
2017-01-12 14:16:26 -10:00
parent f16c61cce8
commit 904166e016
15 changed files with 419 additions and 95 deletions

View File

@@ -11,7 +11,8 @@ enum class ERumbleFxId
};
enum class ERumblePriority
{
None,
None = 0,
One = 1,
Two = 2
};