Update Model.java

This commit is contained in:
Kyle
2020-04-26 00:21:47 +01:00
parent 0c48ae448f
commit 959ed65c22

View File

@@ -104,4 +104,6 @@ public interface Model extends Entity
int getXYZMag();
boolean isClickable();
void drawFace(int face);
}