rename getRsOrientation -> getModelOrientation inline with upstream

This commit is contained in:
ReeeMan
2021-06-29 17:42:40 +01:00
parent 6a2548b735
commit 371739976d
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ public interface RSGameObject extends GameObject
int getHeight();
@Import("orientation")
int getRsOrientation();
int getModelOrientation();
@Import("tag")
@Override