mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-29 19:47:48 +03:00
8 lines
113 B
C#
8 lines
113 B
C#
namespace Content.Client.Sandbox
|
|
{
|
|
public interface ISandboxManager
|
|
{
|
|
void Initialize();
|
|
}
|
|
}
|