Skip to content

Commit

Permalink
Add setSound to SoundPlayedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Dec 24, 2024
1 parent efb9489 commit 71de332
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ public <T> T getSound() {
return (T) sound;
}

public void setSound(Object sound) {
this.sound = sound;
}

}

0 comments on commit 71de332

Please sign in to comment.