pub fn can_attack_defender(
game: &GameState,
cards: &[Card],
card: &Card,
defender: PlayerId,
) -> boolExpand description
Check if a creature can attack a specific defender despite having Defender keyword.
Mirrors Java’s StaticAbilityCantAttackBlock.canAttackDefender().