7 lines
125 B
C++
7 lines
125 B
C++
#include "Player/BPC_HealthSystem.h"
|
|
|
|
UBPC_HealthSystem::UBPC_HealthSystem()
|
|
{
|
|
PrimaryComponentTick.bCanEverTick = false;
|
|
}
|