Started crap.
This commit is contained in:
parent
4a06637867
commit
f6dc4f659f
3 changed files with 32 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
<Compile Include="Terraria\ShankShock.cs" />
|
||||
<Compile Include="Terraria\Projectile.cs" />
|
||||
<Compile Include="Terraria\Cloud.cs" />
|
||||
<Compile Include="Terraria\ShankShockCommandProcessor.cs" />
|
||||
<Compile Include="Terraria\Star.cs" />
|
||||
<Compile Include="Terraria\CombatText.cs" />
|
||||
<Compile Include="Terraria\ServerSock.cs" />
|
||||
|
|
|
|||
BIN
Terraria.suo
BIN
Terraria.suo
Binary file not shown.
31
Terraria/ShankShockCommandProcessor.cs
Normal file
31
Terraria/ShankShockCommandProcessor.cs
Normal 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",
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue