GC-Proto/proto/UnlockAvatarTalentRsp.proto

13 lines
235 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1031
// EnetChannelId: 0
// EnetIsReliable: true
message UnlockAvatarTalentRsp {
int32 retcode = 2;
uint64 avatar_guid = 14;
uint32 talent_id = 12;
}