7 lines
127 B
C++
7 lines
127 B
C++
#include "Player/BPC_StaminaSystem.h"
|
|
|
|
UBPC_StaminaSystem::UBPC_StaminaSystem()
|
|
{
|
|
PrimaryComponentTick.bCanEverTick = true;
|
|
}
|