files arranged using assembly defn
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface IPauseScreenController
|
||||
{
|
||||
void ShowPauseScreen();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user