mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
257 B
Protocol Buffer
15 lines
257 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 1721
|
|
// Name: JEOOOPFMNOK
|
|
message AvatarFetterLevelRewardRsp {
|
|
uint32 reward_id = 7;
|
|
int32 retcode = 15;
|
|
uint32 fetter_level = 13;
|
|
uint64 avatar_guid = 3;
|
|
}
|
|
|