forked from External/mage
[refactor] removed generic parameter from Effects
This commit is contained in:
parent
c36a7331a0
commit
c5f7db441e
2040 changed files with 2264 additions and 2265 deletions
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreatureOrPlayerAmount;
|
|||
* @author LevelX2
|
||||
*/
|
||||
|
||||
public class PreventDamageToTargetMultiAmountEffect extends PreventionEffectImpl<PreventDamageToTargetMultiAmountEffect> {
|
||||
public class PreventDamageToTargetMultiAmountEffect extends PreventionEffectImpl {
|
||||
|
||||
private final Map<UUID, Integer> targetAmountMap = new HashMap<>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue