aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorpfg <[email protected]>2017-03-12 09:29:17 -0700
committerpfg <[email protected]>2017-03-12 09:29:17 -0700
commit6460ccee378e15408768337dcdc1bc77da07da53 (patch)
treef32e7a443d23492343fec0881115cbcad15f6324 /ShiftOS_TheReturn/Commands.cs
parentb20d77edd1227b2ce53b65b0752972bd65a36e84 (diff)
downloadshiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.tar.gz
shiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.tar.bz2
shiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.zip
Custom Command Syntax
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
-rw-r--r--ShiftOS_TheReturn/Commands.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs
index 0ea00e5..779c616 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -305,6 +305,7 @@ namespace ShiftOS.Engine
[RequiresArgument("type")]
public static bool MultArg(Dictionary<string, object> args)
{
+ Console.WriteLine("Success! "+args.ToString());
return true;
}