Mid-game prototype loading for game admins (#5675)
This commit is contained in:
11
Content.Shared/Administration/IGamePrototypeLoadManager.cs
Normal file
11
Content.Shared/Administration/IGamePrototypeLoadManager.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Shared.Administration;
|
||||
|
||||
public interface IGamePrototypeLoadManager
|
||||
{
|
||||
public void Initialize();
|
||||
public void SendGamePrototype(string prototype);
|
||||
|
||||
event Action GamePrototypeLoaded;
|
||||
}
|
||||
Reference in New Issue
Block a user