Simple ai shooting PoC (#23)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user