Merge pull request #5445 from devLotto/issue-1979

entityhider: make hidden entities not occupy the tile they're on
This commit is contained in:
Tomas Slusny
2018-09-18 13:35:02 +02:00
committed by GitHub
3 changed files with 48 additions and 4 deletions

View File

@@ -691,4 +691,7 @@ public interface RSClient extends RSGameEngine, Client
@Import("menuAction")
@Protect
void menuAction(int var0, int var1, int var2, int var3, String var4, String var5, int var6, int var7);
@Import("occupiedTilesTick")
int[][] getOccupiedTilesTick();
}