// Copyright; GhostPacket Games #include "Character/AuraCharacterBase.h" AAuraCharacterBase::AAuraCharacterBase() { PrimaryActorTick.bCanEverTick = false; } void AAuraCharacterBase::BeginPlay() { Super::BeginPlay(); }