Exemple #1
0
 public void HideIntermissionInfo()
 {
     if (uIIntermission != null)
     {
         uIIntermission.Hide();
     }
 }