diff options
Diffstat (limited to 'Thronefall_v1.0/Decompile/WigglerAnimationState.cs')
-rw-r--r-- | Thronefall_v1.0/Decompile/WigglerAnimationState.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Decompile/WigglerAnimationState.cs b/Thronefall_v1.0/Decompile/WigglerAnimationState.cs new file mode 100644 index 0000000..90266a7 --- /dev/null +++ b/Thronefall_v1.0/Decompile/WigglerAnimationState.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +public class WigglerAnimationState : MonoBehaviour +{ + public int animationState = -1; +} |