InjectFix icon indicating copy to clipboard operation
InjectFix copied to clipboard

热更函数上限 ushort.MaxValue 可以修改嘛

Open lishengru opened this issue 10 months ago • 0 comments

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

lishengru avatar Mar 01 '25 11:03 lishengru