예제 #1
0
        public static void StartHotfix()
        {
#if XLUA
            LuaHelper.StartHotfix();
#else
            MonoHelper.StartHotfix();
#endif
        }
예제 #2
0
 public static void StartHotfix()
 {
     if (Define.IsLua)
     {
         LuaHelper.StartHotfix();
     }
     else
     {
         MonoHelper.StartHotfix();
     }
 }