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