api: fix sound api import

This commit is contained in:
Justin
2021-11-04 10:41:20 +11:00
parent 1cf3ffb07d
commit 6f36216099
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ object ProjectVersions {
const val launcherVersion = "2.2.0"
const val rlVersion = "1.8.1"
const val openosrsVersion = "4.15.0"
const val openosrsVersion = "4.15.1"
const val rsversion = 201
const val cacheversion = 165

View File

@@ -10,7 +10,7 @@ public interface RSObjectSound
@Import("y")
int getY();
@Import("maxY")
@Import("maxX")
int getMaxX();
@Import("maxY")