GC-Proto/proto/GetHomeLevelUpRewardReq.proto

10 lines
174 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-04 19:22:10 +03:00
// 4.6.0
// Obf: JCAHJIAMECH
// CmdId: 2113
message GetHomeLevelUpRewardReq {
2024-06-04 19:22:10 +03:00
uint32 level = 10;
}