Files
BD2PS/protocol/proto/Commons/HuntingGroundInfo.proto
yoncodes e58fd190b4 pushing
2025-10-28 21:21:28 -04:00

7 lines
129 B
Protocol Buffer

message HuntingGroundInfo {
optional bool is_auto = 1;
optional int32 current_id = 2;
optional int32 highest_id = 3;
}