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