mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
309 B
Protocol Buffer
15 lines
309 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 1099
|
|
// Name: FHFLCAHNFCP
|
|
message ProudSkillExtraLevelNotify {
|
|
uint64 avatar_guid = 15;
|
|
uint32 talent_index = 10; // CBAGHCLLOCO
|
|
uint32 talent_type = 3; // KPPFFPBNNAC
|
|
uint32 extra_level = 4; // LDLMAGLNLEA
|
|
}
|
|
|