8 lines
113 B
C#
8 lines
113 B
C#
namespace Content.Client.Sandbox
|
|
{
|
|
public interface ISandboxManager
|
|
{
|
|
void Initialize();
|
|
}
|
|
}
|