mixins: these are still broken lol

This commit is contained in:
ThatGamerBlue
2021-04-13 19:33:55 +01:00
parent a33b28c41d
commit c054abb22c
4 changed files with 66 additions and 24 deletions

View File

@@ -8,9 +8,6 @@ public interface RSGameObject extends GameObject
@Import("renderable")
RSRenderable getRenderable();
@Import("plane")
int getPlane();
@Import("startX")
int getStartX();
@@ -45,4 +42,8 @@ public interface RSGameObject extends GameObject
@Import("flags")
@Override
int getFlags();
int getPlane();
void setPlane(int plane);
}