using UnityEngine; namespace Darkmatter.Core { public interface ILeaderBoardController { void ShowLeaderBoard(); } }