少年修仙传客户端基础资源
lwb
2020-12-14 7e715049f1d48dafc42639be26b9110449f4e551
Assets/XLua/Src/Editor/Generator.cs
@@ -1468,6 +1468,9 @@
            BlackList = new List<List<string>>()
            {
                new List<string>(){"UnityEngine.Light", "shadowRadius"},
                new List<string>(){"UnityEngine.Light", "shadowAngle"},
                new List<string>(){"UnityEngine.Light", "SetLightDirty"},
            };
            HotfixCfg = new Dictionary<Type, HotfixFlag>();