少年修仙传客户端基础资源
client_Hale
2019-07-05 6ef4a28cb0de98a2f8f35695cdc6fe13d2b491f1
382 lua战斗
1个文件已修改
5 ■■■■■ 已修改文件
Assets/Editor/Confusion/Editor/ConfusionContorller.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Confusion/Editor/ConfusionContorller.cs
@@ -150,11 +150,6 @@
            return;
        }
        if(mi.Name.Contains("UpdateOffLinePlayer") && mi.ReflectedType == typeof(GAMgr))
        {
            Debug.Log("aaaa");
        }
        if(!AssemblyTypes.Contains(mi.ReflectedType))
        {
            Debug.LogFormat("<color=red>程序集中不包含方法所归属的类型: {0}</color>", mi.ReflectedType);