GSServer-CBT/soggy-mistress/proto/AbilityMixinElementShield.p...

9 lines
147 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message AbilityMixinElementShield {
float subShield = 1;
bool isShieldBroken = 2;
float shield = 3;
float maxShield = 4;
}