static StackObject *AssignFromStack_BaseEntityAction_0(ref object o, ILIntepreter __intp, StackObject *ptr_of_this_method, IList <object> __mStack)
 {
     ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
     Fuse.baseEntityAction @BaseEntityAction         = (Fuse.baseEntityAction) typeof(Fuse.baseEntityAction).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
     ((Fuse.HotfixEntityLogic)o).BaseEntityAction = @BaseEntityAction;
     return(ptr_of_this_method);
 }
        static StackObject *Ctor_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *__ret = ILIntepreter.Minus(__esp, 0);

            var result_of_this_method = new Fuse.baseEntityAction();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }