Skip to content

Commit

Permalink
removed useless getter methods
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-0831 committed Oct 2, 2023
1 parent 5c018bf commit 882dab1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,4 @@ public void dispose() {
buttonTable.clear();
towerTable.clear();
}

public TextButton getRemainingMobsButton() {
return getRemainingMobsButton();
}

public TextButton getTimerButton() {
return timerButton;
}
}

0 comments on commit 882dab1

Please sign in to comment.