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

SimpleAssignment_6_factory() public static method

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