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
|
|
@ -76,5 +76,9 @@ public abstract class ContinuousEffectImpl extends EffectImpl implements Continu
|
|||
return timestamp;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasLayer(Layer layer) {
|
||||
return this.layer == layer;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue