Sandbox panel
This commit is contained in:
8
Content.Server/Sandbox/ISandboxManager.cs
Normal file
8
Content.Server/Sandbox/ISandboxManager.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server.Sandbox
|
||||
{
|
||||
public interface ISandboxManager
|
||||
{
|
||||
bool IsSandboxEnabled { get; set; }
|
||||
void Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user