9 lines
193 B
Protocol Buffer
9 lines
193 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// CmdId: 29140
|
||
|
message TakeCityReputationExploreRewardReq {
|
||
|
uint32 city_id = 4;
|
||
|
repeated uint32 explore_id_list = 6;
|
||
|
}
|