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
@@ -30,8 +30,8 @@ import engine.wpak.data.PowerAction;
public class RecallPowerAction extends AbstractPowerAction {
public RecallPowerAction(PowerAction rs) {
super(rs);
public RecallPowerAction(PowerAction powerAction) {
super(powerAction);
}
@Override