From 42b3ba09916c32c70666991c8a3e479f07373a6f Mon Sep 17 00:00:00 2001 From: HiZe Date: Sat, 22 Jun 2024 09:51:55 +0200 Subject: Add: Special stray rabbit screen flashing (#2040) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/utils') diff --git a/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt b/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt index 2a5f7e0e0..423747b79 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt @@ -86,6 +86,7 @@ object SoundUtils { errorSound.playSound() } + // TODO use duration for delay fun repeatSound(delay: Long, repeat: Int, sound: ISound) { SkyHanniMod.coroutineScope.launch { repeat(repeat) { -- cgit