First commit for private source control. Older commits available on Github.
This commit is contained in:
8
Assets/Scripts/Framework/Managers/IManager.cs
Normal file
8
Assets/Scripts/Framework/Managers/IManager.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace BriarQueen.Framework.Managers
|
||||
{
|
||||
public interface IManager
|
||||
{
|
||||
bool Initialized { get; }
|
||||
void Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user