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

SimpleAssignment_21_factory() public static method

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