mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
9
proto/AvatarSkillMaxChargeCountNotify.proto
Normal file
9
proto/AvatarSkillMaxChargeCountNotify.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AvatarSkillMaxChargeCountNotify {
|
||||
uint64 avatar_guid = 1;
|
||||
uint32 skill_id = 2;
|
||||
uint32 max_charge_count = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user