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

Finish CGrappleArm

This commit is contained in:
Jack Andersen
2017-09-03 16:22:46 -10:00
parent 91600c31bf
commit 640623f3ef
25 changed files with 1042 additions and 189 deletions

View File

@@ -24,8 +24,8 @@ enum class EAnimationState
enum class EFidgetType
{
Invalid = -1,
Zero,
One
Minor,
Major
};
}