mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
7 lines
129 B
Protocol Buffer
7 lines
129 B
Protocol Buffer
|
|
message HuntingGroundInfo {
|
|
optional bool is_auto = 1;
|
|
optional int32 current_id = 2;
|
|
optional int32 highest_id = 3;
|
|
}
|