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