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
|
|
@ -43,7 +43,7 @@ import mage.game.Game;
|
|||
* @author maurer.it_at_gmail.com
|
||||
*/
|
||||
//20101001 - 601.2e/613.10
|
||||
public interface CostModificationEffect<T extends CostModificationEffect<T>> extends ContinuousEffect<T> {
|
||||
public interface CostModificationEffect<T extends CostModificationEffect<T>> extends ContinuousEffect {
|
||||
/**
|
||||
* Called by the {@link ContinuousEffects#costModification(java.util.UUID, mage.abilities.Ability, mage.game.Game) ContinuousEffects.costModification}
|
||||
* method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue