Rename getUnknownSoundValues2

This commit is contained in:
WooxSolo
2018-10-18 23:09:59 +02:00
parent 1595492ed7
commit 33db0af80d
2 changed files with 4 additions and 4 deletions

View File

@@ -452,8 +452,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("unknownSoundValues1")
int[] getUnknownSoundValues1();
@Import("unknownSoundValues2")
int[] getUnknownSoundValues2();
@Import("queuedSoundEffectDelays")
int[] getQueuedSoundEffectDelays();
@Import("queuedSoundEffectCount")
int getQueuedSoundEffectCount();