Exemplo n.º 1
0
 public static void CmdAlias(String[] args)
 {
     PlayerList.AddAlias(args);
 }
Exemplo n.º 2
0
 public static void Init()
 {
     PlayerList.Init();
     //Scheduler.Start();
 }
Exemplo n.º 3
0
 public static void CmdPlayer(String[] args)
 {
     PlayerList.AddPlayer(args);
 }