forked from External/mage
[refactor] removed Watcher interface and renamed WatcherImpl to Watcher
This commit is contained in:
parent
9a9567c359
commit
0cc5308100
80 changed files with 207 additions and 273 deletions
|
|
@ -49,7 +49,7 @@ import mage.game.Game;
|
|||
import mage.game.events.GameEvent;
|
||||
import mage.players.Player;
|
||||
import mage.target.TargetCard;
|
||||
import mage.watchers.WatcherImpl;
|
||||
import mage.watchers.Watcher;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -161,7 +161,7 @@ class SylvanLibraryEffect extends OneShotEffect<SylvanLibraryEffect> {
|
|||
}
|
||||
}
|
||||
|
||||
class CardsDrawnThisTurnWatcher extends WatcherImpl<CardsDrawnThisTurnWatcher> {
|
||||
class CardsDrawnThisTurnWatcher extends Watcher<CardsDrawnThisTurnWatcher> {
|
||||
|
||||
private final Set<UUID> cardsDrawnThisTurn = new HashSet<UUID>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue