Added tileModel rl api "getIsFlat"

This commit is contained in:
Noodleeater
2021-02-20 21:02:53 +00:00
parent aa7ec6afbc
commit 14e83e551e
2 changed files with 5 additions and 0 deletions

View File

@@ -117,4 +117,6 @@ public interface SceneTileModel
int getOverlayNwColor();
void setOverlayNwColor(int color);
boolean getIsFlat();
}