Aurora.ScriptEngineParser.yyLSLSyntax.EmptyStatement_1_factory C# (CSharp) Method

EmptyStatement_1_factory() public static method

public static EmptyStatement_1_factory ( Parser yyp ) : object
yyp Tools.Parser
return object
        public static object EmptyStatement_1_factory(Parser yyp)
        {
            return new EmptyStatement_1(yyp);
        }
yyLSLSyntax