InjectFix
InjectFix copied to clipboard
热更函数上限 ushort.MaxValue 可以修改嘛
源码 int methodId = externMethods.Count; if (methodId > ushort.MaxValue) { throw new OverflowException("too many extern methods"); } 热更函数上限六万五可以修改嘛