Exemplo n.º 1
0
        static StackObject *Ctor_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            CSHotFix.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *__ret = ILIntepreter.Minus(__esp, 0);

            var result_of_this_method = new LCL.SlotConfig();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
Exemplo n.º 2
0
 static void set_m_ListGameObject_0(ref object o, object v)
 {
     LCL.SlotConfig _o = (LCL.SlotConfig)o;
     _o.m_ListGameObject = (System.Collections.Generic.List <LCL.KeyGameObject>)v;
 }