Added stances for payloads

This commit is contained in:
Anuken
2023-09-22 18:22:19 -04:00
parent f633fb0af5
commit b6c28bc27d
6 changed files with 49 additions and 12 deletions

View File

@@ -31,14 +31,6 @@ public class UnitCommand{
switchToMove = false;
drawTarget = true;
resetTarget = false;
}},
loadPayloadCommand = new UnitCommand("loadPayload", "download", u -> null){{
switchToMove = false;
drawTarget = true;
}},
unloadPayloadCommand = new UnitCommand("unloadPayload", "upload", u -> null){{
switchToMove = false;
drawTarget = true;
}};
/** Unique ID number. */