[TMC] Implement Leonardo, the Balance

This commit is contained in:
theelk801 2025-10-10 14:24:06 -04:00
parent c2b22aba4a
commit 89c5b54d32
3 changed files with 76 additions and 1 deletions

View file

@ -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;