namespace Robust.Server.Scripting { internal interface IScriptHost { public void Initialize(); } }