GC-Proto/proto/AvatarPromoteGetRewardReq.p...

9 lines
184 B
Protocol Buffer
Raw Normal View History

2024-06-02 06:52:03 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 287
message AvatarPromoteGetRewardReq {
uint32 promote_level = 4;
uint64 avatar_guid = 13;
}