This commit is contained in:
Anuken
2020-08-10 14:19:50 -04:00
parent ea8dccdfb2
commit 6ab24ccefd
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public enum LAccess{
rotation,
//values with parameters are considered controllable
enabled("to"),
enabled("to"), //"to" is standard for single parameter access
shoot("x", "y", "shoot");
public final String[] parameters;