From 24eea3c6900a718ffca598c0b751e16a097bf57d Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 25 Feb 2018 14:29:41 -0700 Subject: clean up resources let's get this show on the road baby --- ShiftOS.Main/Terminal/Commands/forceimplement.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ShiftOS.Main/Terminal/Commands/forceimplement.cs (limited to 'ShiftOS.Main/Terminal/Commands/forceimplement.cs') diff --git a/ShiftOS.Main/Terminal/Commands/forceimplement.cs b/ShiftOS.Main/Terminal/Commands/forceimplement.cs new file mode 100644 index 0000000..f793820 --- /dev/null +++ b/ShiftOS.Main/Terminal/Commands/forceimplement.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShiftOS.Main.Terminal.Commands +{ + class forceimplement + { + } +} -- cgit v1.2.3