GC-Proto/proto/AbilityMixinShieldBar.proto

14 lines
235 B
Protocol Buffer
Raw Normal View History

2023-04-11 06:14:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: KLMOCINFPME
2023-05-21 18:18:49 +03:00
message AbilityMixinShieldBar {
float shield = 7;
float max_shield = 8;
2023-04-11 06:14:48 +03:00
uint32 element_type = 15;
2023-05-21 18:18:49 +03:00
uint32 player_num = 11;
2023-04-11 06:14:48 +03:00
}