GC-Proto/proto/GetHomeLevelUpRewardRsp.proto

13 lines
192 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-04-11 11:18:47 +03:00
// CmdId: 4757
// Name: KNKAEPEBGNN
message GetHomeLevelUpRewardRsp {
2023-02-28 06:08:38 +03:00
int32 retcode = 11;
2023-04-11 11:18:47 +03:00
uint32 level = 4;
}
2023-02-28 06:08:38 +03:00