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

@@ -15,7 +15,7 @@ public enum LUnitControl{
mine("x", "y"),
flag("value"),
build("x", "y", "block", "rotation"),
getBlock("x", "y", "result"),
getBlock("x", "y", "result", "resRot"),
within("x", "y", "radius", "result");
public final String[] params;