summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/TaskSet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/TaskSet.cs')
-rw-r--r--Client/Assembly-CSharp/TaskSet.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/TaskSet.cs b/Client/Assembly-CSharp/TaskSet.cs
new file mode 100644
index 0000000..9585c7b
--- /dev/null
+++ b/Client/Assembly-CSharp/TaskSet.cs
@@ -0,0 +1,9 @@
+using System;
+
+[Serializable]
+public class TaskSet
+{
+ public TaskTypes taskType;
+
+ public IntRange taskStep = new IntRange(0, 0);
+}