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.MapPathDebug();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
 static void set_m_GridFilePath_1(ref object o, object v)
 {
     LCL.MapPathDebug _o = (LCL.MapPathDebug)o;
     _o.m_GridFilePath = (System.String)v;
 }
 static void set_m_Material_0(ref object o, object v)
 {
     LCL.MapPathDebug _o = (LCL.MapPathDebug)o;
     _o.m_Material = (UnityEngine.Material)v;
 }