This commit is contained in:
Anuken
2022-11-13 09:57:09 -05:00
parent 80046ba505
commit b422e041f4
2 changed files with 9 additions and 6 deletions

View File

@@ -650,6 +650,9 @@ public class Administration{
/** valid only for command unit events */
public @Nullable int[] unitIDs;
/** valid only for command building events */
public @Nullable int[] buildingPositions;
public PlayerAction set(Player player, ActionType type, Tile tile){
this.player = player;
this.type = type;