api: getRSGameState and setRSGameState functions (#2816)
* api: getRSGameState and setRSGameState functions * api: blue wanted this
This commit is contained in:
@@ -525,6 +525,7 @@ public abstract class RSClientMixin implements RSClient
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setGameState(int state)
|
||||
{
|
||||
assert this.isClientThread() : "setGameState must be called on client thread";
|
||||
|
||||
Reference in New Issue
Block a user