From 4c7703c535eacb58375c872ea5cf9e733c9cf5d5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 24 Jun 2017 20:10:13 -0400 Subject: [PATCH] breakingthebonds is a mission now --- ShiftOS.WinForms/MissionAttribute.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ShiftOS.WinForms/MissionAttribute.cs diff --git a/ShiftOS.WinForms/MissionAttribute.cs b/ShiftOS.WinForms/MissionAttribute.cs deleted file mode 100644 index 795e624..0000000 --- a/ShiftOS.WinForms/MissionAttribute.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ShiftOS.WinForms -{ - class MissionAttribute - { - } -}