Make Model extend Renderable

This commit is contained in:
Adam
2017-08-12 22:25:36 -04:00
parent 873a61d655
commit 04e84e9921
4 changed files with 17 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ package net.runelite.rs.api;
import net.runelite.mapping.Import;
public interface Model
public interface Model extends Renderable
{
@Import("verticesX")
int[] getVerticesX();