forked from External/mage
Fade in\fade out effects for adding and removing permanents.
This commit is contained in:
parent
55eba04697
commit
850f931bc7
9 changed files with 109 additions and 65 deletions
|
|
@ -32,4 +32,6 @@ public interface MagePlugins {
|
|||
int getGamesPlayed();
|
||||
void addGamesPlayed();
|
||||
Image getManaSymbolImage(String symbol);
|
||||
void onAddCard(MagePermanent card);
|
||||
void onRemoveCard(MagePermanent card);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue