pengyingh
Results
1
comments of
pengyingh
如果XluaTest类之前不添加[Hotfix]标签, 在下面脚本统一添加标签,发现hotfix不生效,在旧版本是生效的 `{ public static class HotfixTestCfg { [Hotfix] public static List by_field = new List() { typeof(XluaTest), }; } }`