mixins: Add setGameState(Gamestate) (#1403)
This commit is contained in:
@@ -470,6 +470,13 @@ public abstract class RSClientMixin implements RSClient
|
||||
return GameState.of(getRSGameState());
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setGameState(GameState gameState)
|
||||
{
|
||||
client.setGameState(gameState.getState());
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public Point getMouseCanvasPosition()
|
||||
|
||||
Reference in New Issue
Block a user