Ejemplo n.º 1
0
 public GameObject OpenEnemyRestaurant()
 {
     CloseUI();
     EnemyRestaurantPopup.SetActive(true);
     EnemyRestaurantPopup.transform.localPosition = origEnemy;
     return(EnemyRestaurantPopup);
 }
Ejemplo n.º 2
0
 public void CloseUI()
 {
     RoadPopup.SetActive(false);
     VacantPopup.SetActive(false);
     OwnedRestaurantPopup.SetActive(false);
     EnemyRestaurantPopup.SetActive(false);
     DistrictPopup.SetActive(false);
 }