Index 7 appears to be models. Am able to view them in rsmv.

This commit is contained in:
Adam
2015-11-13 21:25:29 -05:00
parent 10a613a601
commit a867b7af9d

View File

@@ -3,6 +3,7 @@ package net.runelite.cache;
public enum IndexType
{
TWO(2),
MODELS(7),
SPRITE(8);
private int id;