GC-Proto/proto/GetHomeLevelUpRewardRsp.proto

13 lines
193 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2023-02-18 04:48:44 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-18 04:48:44 +03:00
2023-02-28 06:08:38 +03:00
// Name: HFMNPNKDDDM
// CmdId: 4585
message GetHomeLevelUpRewardRsp {
2023-02-28 06:08:38 +03:00
uint32 level = 14;
int32 retcode = 11;
}
2023-02-28 06:08:38 +03:00