forked from External/mage
[refactor] removed generic parameter from Effects
This commit is contained in:
parent
c36a7331a0
commit
c5f7db441e
2040 changed files with 2264 additions and 2265 deletions
|
|
@ -62,7 +62,7 @@ public class BloodTithe extends CardImpl<BloodTithe> {
|
|||
|
||||
}
|
||||
|
||||
class BloodTitheEffect extends OneShotEffect<BloodTitheEffect> {
|
||||
class BloodTitheEffect extends OneShotEffect {
|
||||
|
||||
public BloodTitheEffect() {
|
||||
super(Outcome.Damage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue