10 lines
138 B
C#
10 lines
138 B
C#
using UnityEngine;
|
|
|
|
namespace Darkmatter.Core
|
|
{
|
|
public interface IPauseScreenController
|
|
{
|
|
void ShowPauseScreen();
|
|
}
|
|
}
|