Added RL API to get Frames

This commit is contained in:
Noodleeater
2021-02-20 17:03:18 +00:00
parent 7f6738de19
commit 56b379d65a
2 changed files with 6 additions and 0 deletions

View File

@@ -774,6 +774,7 @@ public interface RSClient extends RSGameEngine, Client
void setAnimOffsetZ(int animOffsetZ);
@Import("getFrames")
@Override
RSFrames getFrames(int frameId);
@Import("sceneMinimapSprite")