Files
Yae/proto/QueryRegionList.proto
HolographicHat 7743a98080 Initial commit
2022-03-21 22:10:02 +08:00

16 lines
249 B
Protocol Buffer

syntax = "proto3";
message QueryRegionList {
bytes field0 = 5;
bytes field1 = 6;
bool field2 = 7;
repeated RegionSimpleInfo list = 2;
}
message RegionSimpleInfo {
string field0 = 1;
string field1 = 2;
string field2 = 3;
string url = 4;
}