forked from MagicBane/Server
Comment added
This commit is contained in:
@@ -2869,13 +2869,13 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Need to figure out what this signature looks like.
|
||||||
|
// Identical to behaviours?
|
||||||
|
|
||||||
public void execute() {
|
public void execute() {
|
||||||
function.execute();
|
function.execute();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user