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