mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
cleanup some superfluous overrides (#11243)
This commit is contained in:
parent
bfbdf6b103
commit
2d24f067f3
6 changed files with 29 additions and 133 deletions
|
|
@ -21,7 +21,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public abstract class StateTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public StateTriggeredAbility(Zone zone, Effect effect) {
|
||||
protected StateTriggeredAbility(Zone zone, Effect effect) {
|
||||
super(zone, effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue