This commit is contained in:
Anuken
2025-07-21 02:17:07 -04:00
parent fab3c08ddb
commit f0820572ce
6 changed files with 12 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import mindustry.world.blocks.environment.*;
import static mindustry.Vars.*;
public class DrawOperation{
static final int
static final byte
opFloor = 0,
opBlock = 1,
opRotation = 2,