summaryrefslogtreecommitdiff
path: root/Step.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Step.cs')
-rw-r--r--Step.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Step.cs b/Step.cs
new file mode 100644
index 0000000..61959fd
--- /dev/null
+++ b/Step.cs
@@ -0,0 +1,11 @@
+using System;
+
+[Serializable]
+public class Step
+{
+ public float minTime;
+
+ public float maxTime;
+
+ public float minAngle;
+}