forked from External/mage
refactor: improved damaged batch events, added todo to fix (related to #10870)
This commit is contained in:
parent
d056f81ecc
commit
316e0dc1f3
27 changed files with 138 additions and 125 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package mage.game.events;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class DamagedBatchForPermanentsEvent extends DamagedBatchEvent {
|
||||
|
||||
public DamagedBatchForPermanentsEvent() {
|
||||
super(EventType.DAMAGED_BATCH_FOR_PERMANENTS, DamagedPermanentEvent.class);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue