GC-Proto/proto/AvatarSkillMaxChargeCountNotify.proto
2023-08-23 01:23:37 +08:00

13 lines
253 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1085
// EnetChannelId: 0
// EnetIsReliable: true
message AvatarSkillMaxChargeCountNotify {
uint64 avatar_guid = 15;
uint32 skill_id = 2;
uint32 max_charge_count = 1;
}