diff --git a/Terraria.csproj b/Terraria.csproj index 7c8d4ff3..5e51badf 100644 --- a/Terraria.csproj +++ b/Terraria.csproj @@ -40,6 +40,7 @@ + diff --git a/Terraria.suo b/Terraria.suo index da93e289..7c4ef591 100644 Binary files a/Terraria.suo and b/Terraria.suo differ diff --git a/Terraria/ShankShockCommandProcessor.cs b/Terraria/ShankShockCommandProcessor.cs new file mode 100644 index 00000000..b72a96b0 --- /dev/null +++ b/Terraria/ShankShockCommandProcessor.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Terraria +{ + class ShankShockCommandProcessor + { + private string[] commands = + { + "hardcore", + "break", + "skeletron", + "reload", + "bloodmoon", + "dropmeteor", + "eye", + "invade", + "help", + "spawn", + "kc", + "eater", + "testadmin", + "kick", + "ban", + }; + + + } +}