player indicators plugin: change color of menus

This commit is contained in:
Adam
2018-04-01 13:56:33 -04:00
parent c0bec73e5c
commit fac507c7e8
5 changed files with 121 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ public interface RSClient extends RSGameEngine, Client
int[] getPlayerIndices();
@Import("cachedPlayers")
@Override
RSPlayer[] getCachedPlayers();
@Import("localInteractingIndex")