Browse Source

Comment added

feature-config-usage
MagicBot 1 day ago
parent
commit
8cf17e3abd
  1. 3
      src/engine/mbEnums.java

3
src/engine/mbEnums.java

@ -2869,6 +2869,9 @@ public class mbEnums { @@ -2869,6 +2869,9 @@ public class mbEnums {
private final PowerActionFunction function;
// Need to figure out what this signature looks like.
// Identical to behaviours?
PowerActionType(PowerActionFunction function) {
this.function = function;
}

Loading…
Cancel
Save