GC-Proto/proto/UnlockAvatarTalentRsp.proto

10 lines
199 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-02 06:52:03 +03:00
// 4.6.0
// CmdId: 28618
2022-11-06 15:30:21 +03:00
message UnlockAvatarTalentRsp {
2024-06-02 06:52:03 +03:00
uint32 talent_id = 9;
uint64 avatar_guid = 11;
int32 retcode = 12;
}