移除一些不必要的日志

添加打印Table的LUA 函数
This commit is contained in:
2025-01-26 04:56:43 +08:00
parent 952a20ecb0
commit b8a3a5897b
3 changed files with 37 additions and 2 deletions

View File

@ -20,7 +20,7 @@ namespace XLua.CSObjectWrap
{
public static void __Register(RealStatePtr L)
{
Debug.Log("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<");
ObjectTranslatorChild translator = (ObjectTranslatorChild)ObjectTranslatorPool.Instance.Find(L);
System.Type type = typeof(Thousandto.Core.Asset.AnimationPlayer);
Utils.BeginObjectRegister(type, L, translator, 0, 14, 13, 2);

View File

@ -653,7 +653,7 @@ namespace XLua.CSObjectWrap
static void wrapInit4(LuaEnv luaenv, ObjectTranslator translator)
{
Debug.Log(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrapInit4");
translator.DelayWrapLoader(typeof(Thousandto.Code.Logic.FSkinModelConfig), ThousandtoCodeLogicFSkinModelConfigWrap.__Register);