You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first line to add in java-algo should be move.attemptSpawnMultiple(Arrays.asList(new Coords[]{new Coords(24,10), new Coords(24,10), new Coords(24,10)}), UnitType.Demolisher); (there's a typo with Demolisher being DEMOLISHER). Doesn't work (might help someone).
The text was updated successfully, but these errors were encountered:
The first line to add in java-algo should be move.attemptSpawnMultiple(Arrays.asList(new Coords[]{new Coords(24,10), new Coords(24,10), new Coords(24,10)}), UnitType.Demolisher); (there's a typo with Demolisher being DEMOLISHER). Doesn't work (might help someone).
The text was updated successfully, but these errors were encountered: