mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
15 lines
261 B
Protocol Buffer
15 lines
261 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FFDMIACPHJJ
|
|
// CmdId: 1029
|
|
message ProudSkillExtraLevelNotify {
|
|
uint32 extraLevel = 1;
|
|
uint32 talentType = 7;
|
|
uint64 avatar_guid = 10;
|
|
uint32 talentIndex = 11;
|
|
}
|
|
|