Started crap.

This commit is contained in:
Shank 2011-05-29 19:24:32 -06:00
parent 4a06637867
commit f6dc4f659f
3 changed files with 32 additions and 0 deletions

View file

@ -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",
};
}
}