// Fill out your copyright notice in the Description page of Project Settings. #include "Characters/ExoCharacterBase.h" AExoCharacterBase::AExoCharacterBase() { PrimaryActorTick.bCanEverTick = false; } void AExoCharacterBase::BeginPlay() { Super::BeginPlay(); }