fix comment (#4026)

This commit is contained in:
Ilya246
2020-12-18 18:44:15 +04:00
committed by GitHub
parent d80678dfeb
commit a8bae56b2c

View File

@@ -14,7 +14,7 @@ abstract class ShieldComp implements Healthc, Posc{
/** Absorbs health damage. */
float shield;
/** Absorbs percentage of damage. */
/** Substracts an amount from damage. */
float armor;
/** Shield opacity. */
transient float shieldAlpha = 0f;