project: Mixins roof removal
This commit is contained in:
@@ -243,6 +243,9 @@ public interface RSClient extends RSGameEngine, Client
|
||||
@Import("combatTargetPlayerIndex")
|
||||
void setLocalInteractingIndex(int idx);
|
||||
|
||||
@Import("Scene_tilesDeque")
|
||||
RSNodeDeque getTilesDeque();
|
||||
|
||||
@Import("groundItems")
|
||||
RSNodeDeque[][][] getGroundItemDeque();
|
||||
|
||||
|
||||
@@ -42,4 +42,7 @@ public interface RSNodeDeque
|
||||
|
||||
@Import("addFirst")
|
||||
void addFirst(RSNode val);
|
||||
|
||||
@Import("removeLast")
|
||||
RSNode removeLast();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user