| 4057 | } |
| 4058 | |
| 4059 | void AAlsxtCharacter::SetTargetBreathState(const FAlsxtTargetBreathState& NewTargetBreathState) |
| 4060 | { |
| 4061 | BreathState.TargetState = NewTargetBreathState; |
| 4062 | } |
| 4063 | |
| 4064 | void AAlsxtCharacter::TransitionBreathState() |
| 4065 | { |
nothing calls this directly
no outgoing calls
no test coverage detected