summaryrefslogtreecommitdiff
path: root/GameCode/CurveAnimationUse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/CurveAnimationUse.cs')
-rw-r--r--GameCode/CurveAnimationUse.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/GameCode/CurveAnimationUse.cs b/GameCode/CurveAnimationUse.cs
new file mode 100644
index 0000000..f56a698
--- /dev/null
+++ b/GameCode/CurveAnimationUse.cs
@@ -0,0 +1,6 @@
+public enum CurveAnimationUse
+{
+ In,
+ Out,
+ Boop
+}