From 9916fafefca35e11edffb91566a3eee3aa90cd95 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Apr 2017 10:52:10 -0400 Subject: fix all beta 2.3 bugs --- ShiftOS.WinForms/TestCommandsForUpgrades.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ShiftOS.WinForms/TestCommandsForUpgrades.cs (limited to 'ShiftOS.WinForms/TestCommandsForUpgrades.cs') diff --git a/ShiftOS.WinForms/TestCommandsForUpgrades.cs b/ShiftOS.WinForms/TestCommandsForUpgrades.cs new file mode 100644 index 0000000..491cc6a --- /dev/null +++ b/ShiftOS.WinForms/TestCommandsForUpgrades.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using ShiftOS.Engine; + +namespace ShiftOS.WinForms +{ + [Namespace("test")] + public static class TestCommandsForUpgrades + { + [ShiftoriumUpgrade("Test Command", 50, "This is a simple test command", null, "Test")] + [Command("simpletest")] + public static bool Simple() + { + return true; + } + } +} -- cgit v1.2.3