ARCed.Scripting.Script.Script C# (CSharp) 메소드

Script() 공개 메소드

Default constructor
public Script ( ) : System
리턴 System
        public Script()
        {
            this._index = 0;
            this._title = "";
            this._text = "";
            this.NeedSaved = true;
        }

Same methods

Script::Script ( string filename ) : System