mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-20 13:30:32 +03:00
15 lines
244 B
Protocol Buffer
15 lines
244 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 401
|
|
// Name: DHBGNGAMFCK
|
|
message QuestRenameAvatarRsp {
|
|
uint32 rename_id = 10;
|
|
bool is_check = 8;
|
|
string avatar_name = 5;
|
|
int32 retcode = 14;
|
|
}
|
|
|