Fixed missing override, restored and additional comments

This commit is contained in:
Oleg Agafonov 2021-04-02 11:43:42 +04:00
parent f307bffcda
commit 05b1366c39
3 changed files with 22 additions and 2 deletions

View file

@ -101,6 +101,7 @@ public class ModalDoubleFacesCardHalfImpl extends CardImpl implements ModalDoubl
this.setPT(new MageInt(power), new MageInt(toughness));
}
@Override
public void setPT(MageInt power, MageInt toughness) {
this.power = power;
this.toughness = toughness;