GC-Proto/proto/UnlockAvatarTalentRsp.proto

11 lines
214 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
2024-07-03 10:50:29 +03:00
// 4.7.0
// CmdId: 22369
// GILHLKDPNEO
2022-11-06 15:30:21 +03:00
message UnlockAvatarTalentRsp {
2024-07-03 10:50:29 +03:00
uint32 talent_id = 15;
uint64 avatar_guid = 13;
int32 retcode = 8;
2024-06-02 06:52:03 +03:00
}