Aurora.ScriptEngineParser.StateChange.StateChange C# (CSharp) 메소드

StateChange() 공개 메소드

public StateChange ( Parser yyp ) : Tools
yyp Tools.Parser
리턴 Tools
        public StateChange(Parser yyp) : base(yyp)
        {
        }

Same methods

StateChange::StateChange ( Parser yyp, string newState ) : Tools
StateChange