aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/MissionAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/MissionAttribute.cs')
-rw-r--r--ShiftOS.WinForms/MissionAttribute.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/MissionAttribute.cs b/ShiftOS.WinForms/MissionAttribute.cs
new file mode 100644
index 0000000..795e624
--- /dev/null
+++ b/ShiftOS.WinForms/MissionAttribute.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.WinForms
+{
+ class MissionAttribute
+ {
+ }
+}