Skip to content

Commit

Permalink
God rid of a useless state in StunTowerCombatTask
Browse files Browse the repository at this point in the history
  • Loading branch information
ThivanW committed Oct 12, 2023
1 parent cd36c4e commit 7505bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class StunTowerCombatTask extends DefaultTask implements PriorityTask {

//enums for the state triggers
public enum STATE {
IDLE, WAIT, ATTACK, DIE
IDLE, ATTACK, DIE
}
public STATE towerState = STATE.IDLE;

Expand Down

0 comments on commit 7505bac

Please sign in to comment.