+3 depth dir finding for objects

This commit is contained in:
Daniel Mills
2020-08-20 22:10:17 -04:00
parent bff242dc99
commit ab89d6a22f
4 changed files with 13 additions and 11 deletions

View File

@@ -20,8 +20,5 @@ public enum ObjectPlaceMode
MIN_HEIGHT_RIGID,
@DontObfuscate
PAINT,
@DontObfuscate
STILT;
PAINT;
}