UnownHash / Golbat

The Unlicense
36 stars 19 forks source link

Update protos to 0.299 #210

Closed jfberry closed 8 months ago

jfberry commented 9 months ago

...but they don't build yet

Fabio1988 commented 8 months ago

One minor update should be needed, but it needs either a change in proto definition itself or we need to unmarshal it from byte array.

NEW: PublicData    []byte 
OLD: PublicData    *PlayerPublicProfileProto
jfberry commented 8 months ago

One minor update should be needed, but it needs either a change in proto definition itself or we need to unmarshal it from byte array.

NEW: PublicData    []byte 
OLD: PublicData    *PlayerPublicProfileProto

Please feel free to complete the changes and/or contact furtif about correcting anything - this branch was just my quick attempt to solve and I have no time to complete at the moment