| 3 | |
| 4 | |
| 5 | APyPawn::APyPawn() |
| 6 | { |
| 7 | PrimaryActorTick.bCanEverTick = true; |
| 8 | |
| 9 | PythonTickForceDisabled = false; |
| 10 | PythonDisableAutoBinding = false; |
| 11 | |
| 12 | } |
| 13 | |
| 14 | |
| 15 | // Called when the game starts |
nothing calls this directly
no outgoing calls
no test coverage detected