Esempio n. 1
0
 public static void RemoveAllDisplays()
 {
     StatusTextManager.DestroyAllPopups();
     if (Integrations.scoreOverlayFound)
     {
         ScoreOverlay.RemoveAllOverlays();
     }
 }