Files
UnrealEvent/Project/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_PetCarrier.cpp
2026-04-22 15:51:07 +02:00

11 lines
314 B
C++

#include "CustomCharacterPartAnimInstance_PetCarrier.h"
UCustomCharacterPartAnimInstance_PetCarrier::UCustomCharacterPartAnimInstance_PetCarrier() {
this->PlayerPawn = NULL;
this->bIsZiplining = false;
this->bIsBallooning = false;
this->bIsFlying = false;
this->bIsInAirNotJumping = false;
}