mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
CPASAnimState fixes
This commit is contained in:
@@ -43,12 +43,17 @@ enum class EJumpType
|
||||
|
||||
enum class EStepDirection
|
||||
{
|
||||
Invalid = -1
|
||||
Invalid = -1,
|
||||
Up = 0,
|
||||
Down = 1,
|
||||
Left = 2,
|
||||
Right = 3
|
||||
};
|
||||
|
||||
enum class EStepType
|
||||
{
|
||||
Zero
|
||||
Normal = 0,
|
||||
Dodge = 1
|
||||
};
|
||||
|
||||
enum class ESeverity
|
||||
|
||||
Reference in New Issue
Block a user