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