pub fn legal_attack_actions_into(
state: &GameState,
player: u8,
curriculum: &CurriculumConfig,
actions: &mut LegalActions,
)Expand description
Compute legal attack actions into a reusable buffer.
pub fn legal_attack_actions_into(
state: &GameState,
player: u8,
curriculum: &CurriculumConfig,
actions: &mut LegalActions,
)Compute legal attack actions into a reusable buffer.