implement [PIP] HELIOS One

This commit is contained in:
Susucre 2024-05-02 15:57:21 +02:00
parent 21443a5bfe
commit 6f5eb8788d
4 changed files with 245 additions and 0 deletions

View file

@ -11,6 +11,7 @@ import mage.players.Player;
* @author Susucr
*/
public enum SourceControllerCountersCount implements DynamicValue {
ENERGY(CounterType.ENERGY),
EXPERIENCE(CounterType.EXPERIENCE),
RAD(CounterType.RAD);