Alexandria.Engines.GoldBox.Resources.ScriptFormat.ScriptFormat C# (CSharp) Method

ScriptFormat() public method

public ScriptFormat ( Engine engine ) : System
engine Engine
return System
        public ScriptFormat(Engine engine)
            : base(engine, typeof(Script), canLoad: true)
        {
        }