移除一些不必要的日志
添加打印Table的LUA 函数
This commit is contained in:
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user