GC-Proto/proto/TakeCityReputationExploreRe...

9 lines
193 B
Protocol Buffer
Raw Normal View History

2024-06-08 09:18:08 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 29140
message TakeCityReputationExploreRewardReq {
uint32 city_id = 4;
repeated uint32 explore_id_list = 6;
}