Targetp support for allied targets

This commit is contained in:
Anuken
2021-01-09 10:31:44 -05:00
parent b762a5028b
commit 21fd20ea5b
8 changed files with 18 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ public class CommandCenter extends Block{
destructible = true;
solid = true;
configurable = true;
drawDisabled = false;
config(UnitCommand.class, (CommandBuild build, UnitCommand command) -> {
build.team.data().command = command;