More info on unit control responsibility (#7016)

* do

* net.active()
This commit is contained in:
Ilya246
2022-06-18 02:19:17 +04:00
committed by GitHub
parent c5fdd34eb7
commit 99f55ae64c
5 changed files with 17 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
//TODO could be better represented as a unit
transient @Nullable UnitType dockedType;
transient String lastCommanded;
transient float shadowAlpha = -1f, healTime;
transient int lastFogPos;
private transient float resupplyTime = Mathf.random(10f);