Skip to content

Commit

Permalink
Added comments to abandoned MobDeathTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
max9753 committed Sep 10, 2023
1 parent bb66ce4 commit c2c873c
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@


/**
* Task that prints a message to the terminal whenever it is called.
* THIS TASK IS NO LONGER USED. It may be deleted at a later date.
* Do not read this aweful task.
*
* DOES NOT DO ANYTHING.
*
* This task didn't work with the Wander & ShootTasks,
* and then it was
* decided to have mob death in wanderTask.
*/
public class MobDeathTask extends DefaultTask implements PriorityTask {
private static final int INTERVAL = 1; // time interval to scan for towers in
Expand Down

0 comments on commit c2c873c

Please sign in to comment.