diff options
author | HiZe <super@hize.be> | 2024-06-22 09:51:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 09:51:55 +0200 |
commit | 42b3ba09916c32c70666991c8a3e479f07373a6f (patch) | |
tree | b729e579638512358461d7cf20d5c61bee059b6e /src/main/java/at/hannibal2/skyhanni/utils | |
parent | 608372e88be6a33197397d1e3f5c962dc7fd7b73 (diff) | |
download | skyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.tar.gz skyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.tar.bz2 skyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.zip |
Add: Special stray rabbit screen flashing (#2040)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |