GC-Proto/proto/GetHomeLevelUpRewardRsp.proto

8 lines
146 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GetHomeLevelUpRewardRsp {
uint32 level = 5;
int32 retcode = 6;
}