using UnityEngine; namespace Darkmatter.Core { public interface IPauseScreenController { void ShowPauseScreen(); } }