Exemple #1
0
 void ActivateWorkPlace(bool state)
 {
     workPlaceObject.SetActive(state);
     Cafe.RefreshDepartments();
 }