GC-Proto/proto/TakeCityReputationLevelRewardReq.proto
2023-04-11 11:14:48 +08:00

13 lines
201 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2889
// Name: GOAICJCIDHN
message TakeCityReputationLevelRewardReq {
uint32 city_id = 7;
uint32 level = 1;
}