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

SimpleAssignment_22_factory() public static method

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