Functional world processors
This commit is contained in:
10
core/src/mindustry/logic/TileLayer.java
Normal file
10
core/src/mindustry/logic/TileLayer.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package mindustry.logic;
|
||||
|
||||
public enum TileLayer{
|
||||
floor,
|
||||
ore,
|
||||
block,
|
||||
building;
|
||||
|
||||
public static final TileLayer[] all = values(), settable = {floor, ore, block};
|
||||
}
|
||||
Reference in New Issue
Block a user