Esempio n. 1
0
 void HideAll()
 {
     _help.text = "";
     _scroll.SetActive(false);
     _body.text = "";
     _production.Hide();
     _finance.Hide();
     _workers.Hide();
 }