7 lines
145 B
C++
7 lines
145 B
C++
#include "Player/BPC_MovementStateSystem.h"
|
|
|
|
UBPC_MovementStateSystem::UBPC_MovementStateSystem()
|
|
{
|
|
PrimaryComponentTick.bCanEverTick = true;
|
|
}
|