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