forked from External/mage
Added Myr Servitor, Salvaging Station, Porphyry Nodes, and Gaea's Blessing.
This commit is contained in:
parent
c9f72bfc0c
commit
a558c052ef
13 changed files with 673 additions and 25 deletions
|
|
@ -206,7 +206,12 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
void init(Game game);
|
||||
void init(Game game, boolean testMode);
|
||||
void useDeck(Deck deck, Game game);
|
||||
|
||||
/**
|
||||
* Called before each applyEffects, to rest all what can be applyed by continuous effects
|
||||
*/
|
||||
void reset();
|
||||
|
||||
void shuffleLibrary(Game game);
|
||||
int drawCards(int num, Game game);
|
||||
int drawCards(int num, Game game, ArrayList<UUID> appliedEffects);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue