interface Defenses {
    black: DefenseType;
    pale: DefenseType;
    red: DefenseType;
    white: DefenseType;
}

Properties

Properties