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
|
|
@ -31,4 +31,6 @@ public interface CardPlugin extends Plugin {
|
|||
void downloadImages(Set<Card> allCards);
|
||||
void downloadSymbols();
|
||||
Image getManaSymbolImage(String symbol);
|
||||
void onAddCard(MagePermanent card);
|
||||
void onRemoveCard(MagePermanent card);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue