Beispiel #1
0
        /*endblock:abstractMethod*/

/*block:usermethod*/ public /*name:autoUsermethod*/ string User_DoPrototype(string settings = "") /*endname*/
        {
#if !NO_LUA_TESTING
            ScriptingService.ReplayWrite_CustomLua($"/*name:scriptName*/PrototypeService/*endname*/./*name|pre#User_:methodName*/User_DoPrototype/*endname*/(/*name:replayparams*/{settings}/*endname*/)");
#endif
            /*name:return*/
            return /*endname*/ /*name:methodName*/ (DoPrototype/*endname*/ (/*name:proxyparams*/ settings /*endname*/));
        }