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 "Weapons/BPC_ShieldDefenseSystem.h"
|
||||
|
||||
UBPC_ShieldDefenseSystem::UBPC_ShieldDefenseSystem()
|
||||
{
|
||||
PrimaryComponentTick.bCanEverTick = false;
|
||||
}
|
||||
Reference in New Issue
Block a user