7 lines
124 B
C++
7 lines
124 B
C++
#include "Player/BPC_StressSystem.h"
|
|
|
|
UBPC_StressSystem::UBPC_StressSystem()
|
|
{
|
|
PrimaryComponentTick.bCanEverTick = true;
|
|
}
|