Ed_
c2e5793a7d
There is some jank, with the ability system init on character (I'll fix later). Cog replaces the usuals showdebug command
9 lines
139 B
C++
9 lines
139 B
C++
#include "EnemyCharacter.h"
|
|
|
|
AEnemyCharacter::AEnemyCharacter()
|
|
{
|
|
PrimaryActorTick.bCanEverTick = true;
|
|
|
|
bAutoAbilitySystem = true;
|
|
}
|