1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 09:36:09 +03:00
GC-Proto/proto/UnlockAvatarTalentReq.proto
2023-08-23 01:23:37 +08:00

13 lines
237 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1009
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message UnlockAvatarTalentReq {
uint64 avatar_guid = 13;
uint32 talent_id = 9;
}