Signature argument renamed

This commit is contained in:
2024-09-05 15:46:59 -04:00
parent fa45e9556f
commit 17b4b993e2
28 changed files with 79 additions and 112 deletions
@@ -21,8 +21,8 @@ import engine.wpak.data.PowerAction;
public class MobRecallPowerAction extends AbstractPowerAction {
public MobRecallPowerAction(PowerAction rs) {
super(rs);
public MobRecallPowerAction(PowerAction powerAction) {
super(powerAction);
}
@Override