mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
8 lines
156 B
Protocol Buffer
8 lines
156 B
Protocol Buffer
|
|
message CashShopDBInfo {
|
|
optional int32 group_id = 1;
|
|
optional int32 shop_id = 2;
|
|
optional int64 start_time = 3;
|
|
optional int64 end_time = 4;
|
|
}
|