Grasscutter/proto/ChangeAvatarRsp.proto

13 lines
224 B
Protocol Buffer
Raw Normal View History

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;
}