9 lines
147 B
Protocol Buffer
9 lines
147 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message AbilityMixinElementShield {
|
||
|
float subShield = 1;
|
||
|
bool isShieldBroken = 2;
|
||
|
float shield = 3;
|
||
|
float maxShield = 4;
|
||
|
}
|