mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
CounterType: turn wrapper into an interface (#8572)
* CounterType: turn wrapper into an interface * remove CounterType.get(CounterEnumType) helper
This commit is contained in:
@@ -556,7 +556,7 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
|
||||
@Override
|
||||
public CounterType chooseCounterType(List<CounterType> options, SpellAbility sa, String prompt, Map<String, Object> params) {
|
||||
return Iterables.getFirst(options, CounterType.get(CounterEnumType.P1P1));
|
||||
return Iterables.getFirst(options, CounterEnumType.P1P1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user