Add ground marker plugin

This commit is contained in:
Adam
2018-04-22 17:39:41 -04:00
parent 77c7532177
commit 021b1b8c14
8 changed files with 700 additions and 2 deletions

View File

@@ -612,4 +612,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("hintArrowPlayerTargetIdx")
int getHintArrowPlayerTargetIdx();
@Import("isDynamicRegion")
@Override
boolean isInInstancedRegion();
}