diff --git a/source/core/src/main/com/csse3200/game/components/tasks/TowerCombatTask.java b/source/core/src/main/com/csse3200/game/components/tasks/TowerCombatTask.java index 91fecc471..937847ad8 100644 --- a/source/core/src/main/com/csse3200/game/components/tasks/TowerCombatTask.java +++ b/source/core/src/main/com/csse3200/game/components/tasks/TowerCombatTask.java @@ -12,6 +12,7 @@ import com.csse3200.game.services.ServiceLocator; import static java.lang.Math.round; +// test /** * The TowerCombatTask runs the AI for the WeaponTower class. The tower will scan for targets in a straight line * from its center point until a point at (x + maxRange, y), where x,y are the cooridinates of the tower's center