diff options
Diffstat (limited to 'ShiftOS.WinForms/Commands.cs')
| -rw-r--r-- | ShiftOS.WinForms/Commands.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Commands.cs b/ShiftOS.WinForms/Commands.cs index 2d297f5..91caff4 100644 --- a/ShiftOS.WinForms/Commands.cs +++ b/ShiftOS.WinForms/Commands.cs @@ -39,6 +39,17 @@ using Newtonsoft.Json; /// </summary> namespace ShiftOS.WinForms { + [Namespace("sos")] + public static class MichaelDrunkStuff + { + [Command("drunkmichael")] + public static bool Drunky() + { + + return true; + } + } + [Namespace("trm")] public static class TerminalExtensions { |
