GC-Proto/proto/UnlockAvatarTalentReq.proto

10 lines
194 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: 21301
// POBPMGEKEEA
2022-11-06 15:30:21 +03:00
message UnlockAvatarTalentReq {
2024-07-03 10:50:29 +03:00
uint64 avatar_guid = 12;
uint32 talent_id = 14;
2024-06-02 06:52:03 +03:00
}