Jack Manis
Results
1
issues of
Jack Manis
在使用xlua+pbc的过程中遇到一个问题: message ActorData { uint64 ActorId = 1; repeated int64 PropertyValues = 2; repeated int32 PropertyRates = 3; repeated uint32 SkillIds = 4; } 嵌套message中的 repeated int64 和 int32类型的值数组解析出来的数据解析会不正确,比如PropertyValues ,PropertyRates...