Sync unit velocity / Sync separator seed / 127.x Compat break

This commit is contained in:
Anuken
2021-07-06 11:41:05 -04:00
parent 5693605f31
commit 01a3c772e7
25 changed files with 50 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ abstract class ShieldComp implements Healthc, Posc{
/** Absorbs health damage. */
float shield;
/** Subtracts an amount from damage. */
float armor;
/** Subtracts an amount from damage. No need to save. */
transient float armor;
/** Shield opacity. */
transient float shieldAlpha = 0f;