Example #1
0
 public void TeamName(string[] res)
 {
     if (res.Length == 2)
     {
         spawnManager.AddTeam(res[1]);
     }
 }