feat: Implement core gameplay systems and data assets for health, stamina, stress, movement, hit reactions, and shield defense
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "Player/BPC_MovementStateSystem.h"
|
||||
|
||||
UBPC_MovementStateSystem::UBPC_MovementStateSystem()
|
||||
{
|
||||
PrimaryComponentTick.bCanEverTick = true;
|
||||
}
|
||||
Reference in New Issue
Block a user