Simple ai shooting PoC (#23)

This commit is contained in:
extrawurst
2025-04-04 23:00:15 +02:00
committed by GitHub
parent 145c30663e
commit e49373061e
11 changed files with 258 additions and 120 deletions

View File

@@ -44,7 +44,7 @@ impl HeadState {
}
}
fn with_ability(mut self, ability: HeadAbility) -> Self {
pub fn with_ability(mut self, ability: HeadAbility) -> Self {
self.ability = ability;
self
}