Use injection instead of reflection for instance reloader.

This commit is contained in:
sansfromf0rtnite
2019-06-24 23:55:30 -07:00
parent 24ba855fbe
commit 093590255c
3 changed files with 11 additions and 15 deletions

View File

@@ -143,6 +143,9 @@ public interface RSClient extends RSGameShell, Client
@Import("gameState")
int getRSGameState();
@Import("updateGameState")
void setGameState(int gameState);
@Import("checkClick")
@Override
void setCheckClick(boolean checkClick);