refactor: redesign project structure
This commit is contained in:
8
src/Interfaces/IGlobalRegistry.cs
Normal file
8
src/Interfaces/IGlobalRegistry.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Polonium.Interfaces;
|
||||
|
||||
public interface IGlobalRegistry
|
||||
{
|
||||
public bool Paused { get; set; }
|
||||
public void Start();
|
||||
public void Prepare();
|
||||
}
|
||||
Reference in New Issue
Block a user