Beispiel #1
0
 //hides the organpanel, show in animation then deactivates it
 public void QuitPanel()
 {
     panelOrgano.SetActive(false);
     sS.HideOrganPanel();
     // ContinueTimer();
 }