14 lines
283 B
Protocol Buffer
14 lines
283 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 1055
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message ProudSkillChangeNotify {
|
|
uint64 avatar_guid = 12;
|
|
uint32 entity_id = 11;
|
|
uint32 skill_depot_id = 7;
|
|
repeated uint32 proud_skill_list = 4;
|
|
}
|