forked from External/mage
refactor: removed unused data from special action, improved code (related to #11137)
This commit is contained in:
parent
a4daad1f92
commit
4e77ccb381
7 changed files with 31 additions and 38 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
package mage.abilities;
|
||||
|
||||
import java.util.LinkedHashMap;
|
||||
|
|
@ -7,6 +5,12 @@ import java.util.Map;
|
|||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* Special actions to activate at any priority time (GUI has special button to show a special commands list)
|
||||
* <p>
|
||||
* Two types of action:
|
||||
* - mana actions (auto-generated on each mana pay cycle, auto-clean)
|
||||
* - another actions (manual added, manual removed - like one short effects)
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class SpecialActions extends AbilitiesImpl<SpecialAction> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue