Пример #1
0
 public void EndGame(EnumInfo.TeamType _winTeam)
 {
     _gameEndUI.gameObject.SetActive(true);
     _gameEndUI.Initialize(_winTeam);
 }