GC-Proto/proto/TakeCityReputationExploreRewardReq.proto
2023-02-28 09:12:44 +08:00

13 lines
223 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BMKLICHHMPJ
// CmdId: 2842
message TakeCityReputationExploreRewardReq {
uint32 city_id = 14;
repeated uint32 explore_id_list = 3;
}