forked from External/mage
changes to support multiplayer
This commit is contained in:
parent
d6989797ba
commit
2d5af63cba
41 changed files with 586 additions and 204 deletions
|
|
@ -41,8 +41,8 @@ import mage.game.Game;
|
|||
public interface ContinuousEffect extends Effect {
|
||||
|
||||
public Duration getDuration();
|
||||
// public Layer getLayer();
|
||||
// public SubLayer getSubLayer();
|
||||
public Date getTimestamp();
|
||||
public boolean apply(Layer layer, SubLayer sublayer, Game game);
|
||||
public boolean hasLayer(Layer layer);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue