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