mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
[refactor] removed generic parameter from Effects
This commit is contained in:
parent
c36a7331a0
commit
c5f7db441e
2040 changed files with 2264 additions and 2265 deletions
|
|
@ -76,7 +76,7 @@ public class DescendantsPath extends CardImpl<DescendantsPath> {
|
|||
}
|
||||
}
|
||||
|
||||
class DescendantsPathEffect extends OneShotEffect<DescendantsPathEffect> {
|
||||
class DescendantsPathEffect extends OneShotEffect {
|
||||
|
||||
public DescendantsPathEffect() {
|
||||
super(Outcome.Discard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue