refactor: remove unused class and constructors

This commit is contained in:
xenohedron 2024-11-30 15:44:58 -05:00
parent 4edce76732
commit 682a9d1aa6
3 changed files with 1 additions and 58 deletions

View file

@ -22,10 +22,6 @@ public abstract class TargetPermanentOrPlayerAmount extends TargetAmount {
protected FilterPermanentOrPlayer filter;
TargetPermanentOrPlayerAmount(DynamicValue amount) {
this(amount, 0);
}
TargetPermanentOrPlayerAmount(DynamicValue amount, int maxNumberOfTargets) {
super(amount);
this.maxNumberOfTargets = maxNumberOfTargets;