TeamEntry class implementation

This commit is contained in:
Anuken
2021-12-03 10:28:34 -05:00
parent 8168d8a3be
commit 9c9d147b95
10 changed files with 40 additions and 6 deletions

View File

@@ -14,7 +14,11 @@ import mindustry.game.*;
import mindustry.gen.*;
import mindustry.type.*;
/** A unit that can command other units. */
/**
* A unit that can command other units.
* @deprecated This mechanic is likely to be removed or completely reworked in the future.
* */
@Deprecated
@Component
abstract class CommanderComp implements Entityc, Posc{
private static final Seq<FormationMember> members = new Seq<>();