Exemple #1
0
 private void HideInformation()
 {
     if (informationPanel.gameObject.activeSelf)
     {
         informationPanel.Hide();
     }
 }