mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
8 lines
169 B
Protocol Buffer
8 lines
169 B
Protocol Buffer
|
|
message EvilCastleMyRankingInfoRequest {
|
|
optional int32 seq = 1;
|
|
optional int32 pack_id = 2;
|
|
optional int32 season_id = 3;
|
|
optional int32 stage_index = 4;
|
|
}
|