mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[TMC] Implement Leonardo, the Balance
This commit is contained in:
parent
c2b22aba4a
commit
89c5b54d32
3 changed files with 76 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ import java.util.stream.Collectors;
|
|||
*/
|
||||
public enum PartnerVariantType {
|
||||
FATHER_AND_SON("Father & son"),
|
||||
SURVIVORS("Survivors");
|
||||
SURVIVORS("Survivors"),
|
||||
CHARACTER_SELECT("Character select");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue