Skip to content

Commit

Permalink
Fixing code smell in wizard animation controller
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniSoda17 committed Oct 16, 2023
1 parent 75e3b13 commit aa34129
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public void create() {
entity.getEvents().addListener("mob_walk", this::animateWalk);
entity.getEvents().addListener("mob_attack", this::animateAttack);
entity.getEvents().addListener("mob_death", this::animateDeath);


}

void animateWalk() {
Expand Down

0 comments on commit aa34129

Please sign in to comment.