Progress on new unit control block

This commit is contained in:
Anuken
2020-08-16 16:34:14 -04:00
parent 8dd4e9feb0
commit 2bb2964790
4 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package mindustry.entities.units;
import arc.*;
public enum UnitCommand{
attack, retreat, rally;
attack, retreat, rally, idle;
private final String localized;
public static final UnitCommand[] all = values();