mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
6 lines
95 B
Protocol Buffer
6 lines
95 B
Protocol Buffer
|
|
message ChargeCostRequest {
|
|
optional int32 seq = 1;
|
|
repeated int32 element_type = 2;
|
|
}
|