Comment added

This commit is contained in:
2025-02-21 15:12:47 -05:00
parent 0711c8f05b
commit 8cf17e3abd
+3
View File
@@ -2869,6 +2869,9 @@ public class mbEnums {
private final PowerActionFunction function; private final PowerActionFunction function;
// Need to figure out what this signature looks like.
// Identical to behaviours?
PowerActionType(PowerActionFunction function) { PowerActionType(PowerActionFunction function) {
this.function = function; this.function = function;
} }