Merge pull request #3156 from RuneMod/master

This commit is contained in:
Owain van Brakel
2022-04-06 23:30:11 +02:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -963,6 +963,9 @@ public interface RSClient extends RSGameEngine, Client
@Import("Scene_plane")
void setScenePlane(int scenePlane);
@Import("Scene_plane")
int getScenePlane();
@Import("Scene_cameraXTileMin")
void setMinTileX(int i);