[refactor] removed generic parameter from Effects

This commit is contained in:
North 2014-06-02 13:12:58 +03:00
parent c36a7331a0
commit c5f7db441e
2040 changed files with 2264 additions and 2265 deletions

View file

@ -79,7 +79,7 @@ public class CloneShell extends CardImpl<CloneShell> {
}
}
class CloneShellEffect extends OneShotEffect<CloneShellEffect> {
class CloneShellEffect extends OneShotEffect {
protected static FilterCard filter1 = new FilterCard("card to exile face down");
protected static FilterCard filter2 = new FilterCard("card to put on the bottom of your library");
@ -149,7 +149,7 @@ class CloneShellEffect extends OneShotEffect<CloneShellEffect> {
}
class CloneShellDiesEffect extends OneShotEffect<CloneShellDiesEffect> {
class CloneShellDiesEffect extends OneShotEffect {
public CloneShellDiesEffect() {
super(Outcome.Benefit);