forked from External/mage
...
This commit is contained in:
parent
2cf247d68b
commit
5eae8136e4
70 changed files with 1286 additions and 399 deletions
|
|
@ -41,6 +41,7 @@ import mage.game.Game;
|
|||
*/
|
||||
public interface ContinuousEffect<T extends ContinuousEffect<T>> extends Effect<T> {
|
||||
|
||||
public boolean isUsed();
|
||||
public Duration getDuration();
|
||||
public Date getTimestamp();
|
||||
public boolean apply(Layer layer, SubLayer sublayer, Ability source, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue