Refactoring

See github line by line comments in 'File changed'
This commit is contained in:
vraskulin 2016-12-29 15:26:19 +03:00
parent 6577e641e6
commit c526306c5b
11 changed files with 21 additions and 25 deletions

View file

@ -53,7 +53,7 @@ public interface Card extends MageObject {
void setOwnerId(UUID ownerId);
public Abilities<Ability> getAbilities(Game game);
Abilities<Ability> getAbilities(Game game);
void setSpellAbility(SpellAbility ability);