/// <summary> /// Plays a single playerhit sound effect. /// </summary> public static void NewPlayerHit() { PlayerHit.Play(); }