Let Logic set (and read) Illuminator Color (#4374)

* illluminator color logic control

* remove sense

Co-authored-by: Leonwang4234 <62972692+Leonwang4234@users.noreply.github.com>
This commit is contained in:
genNAowl
2021-01-21 09:30:36 -05:00
committed by GitHub
co-authored by Leonwang4234
parent 1fb608220f
commit 988791f18d
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ public enum LAccess{
enabled("to"), //"to" is standard for single parameter access
shoot("x", "y", "shoot"),
shootp(true, "unit", "shoot"),
configure(true, 30, "to");
configure(true, 30, "to"),
color("r", "g", "b");
public final String[] params;
public final boolean isObj;