aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/TestCommandsForUpgrades.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/TestCommandsForUpgrades.cs')
-rw-r--r--ShiftOS.WinForms/TestCommandsForUpgrades.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/TestCommandsForUpgrades.cs b/ShiftOS.WinForms/TestCommandsForUpgrades.cs
index 491cc6a..739a2a2 100644
--- a/ShiftOS.WinForms/TestCommandsForUpgrades.cs
+++ b/ShiftOS.WinForms/TestCommandsForUpgrades.cs
@@ -10,11 +10,12 @@ 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;
}
}
+
+
}