GC-Proto/proto/ChangeAvatarRsp.proto
2023-08-23 01:23:37 +08:00

13 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1710
// EnetChannelId: 0
// EnetIsReliable: true
message ChangeAvatarRsp {
int32 retcode = 6;
uint64 cur_guid = 11;
uint32 skill_id = 5;
}