Logic unit control tweaks

This commit is contained in:
Anuken
2020-10-11 19:10:33 -04:00
parent ee50995dde
commit 6807b589a3
5 changed files with 19 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ package mindustry.logic;
public enum LLocate{
ore,
building,
spawn;
spawn,
damaged;
public static final LLocate[] all = values();
}