| 353 | |
| 354 | // Called to bind functionality to input |
| 355 | void APyCharacter::SetupPlayerInputComponent(class UInputComponent* input) |
| 356 | { |
| 357 | Super::SetupPlayerInputComponent(input); |
| 358 |
nothing calls this directly
no outgoing calls
no test coverage detected