mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
implement [PIP] HELIOS One
This commit is contained in:
parent
21443a5bfe
commit
6f5eb8788d
4 changed files with 245 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import mage.players.Player;
|
|||
* @author Susucr
|
||||
*/
|
||||
public enum SourceControllerCountersCount implements DynamicValue {
|
||||
ENERGY(CounterType.ENERGY),
|
||||
EXPERIENCE(CounterType.EXPERIENCE),
|
||||
RAD(CounterType.RAD);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue