Exemplo n.º 1
0
 public void SetTeam(ScoreZoneSettingsContainer.Team team)
 {
     Debug.Log("Got updated team of " + team.ToString());
     CurrentlySelected.GetComponent <ScoreZoneSelectible>().SetTeam(team);
 }
Exemplo n.º 2
0
 public void SetTeam(ScoreZoneSettingsContainer.Team team)
 {
     SettingsContainer.TeamZone = team;
     // manipManager.SetTeam(team);
 }