Files
UE5-Modular-Game-Framework/Source/Framework/Private/Player/BPC_StressSystem.cpp

7 lines
124 B
C++

#include "Player/BPC_StressSystem.h"
UBPC_StressSystem::UBPC_StressSystem()
{
PrimaryComponentTick.bCanEverTick = true;
}