did a debug session, fixed bugs
This commit is contained in:
parent
cfd3cbf5a3
commit
24f7756370
3 changed files with 8 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ namespace TShockAPI
|
|||
public class Commands
|
||||
{
|
||||
public delegate void CommandDelegate(CommandArgs args);
|
||||
public static List<Command> commands;
|
||||
public static List<Command> commands = new List<Command>();
|
||||
|
||||
public struct CommandArgs
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue