예제 #1
0
 public void ChangeOwner(TeamHelpers.Team new_team)
 {
     team = new_team;
     ChangeColor();
     if (machineController != null)
     {
         machineController.DetermineTeamVictory();
         machineController.ChangeMachineOwner();
     }
 }