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