Added Event for when character is damaged

This commit is contained in:
2026-01-03 00:50:34 -05:00
parent 970101a74c
commit 5f827eeadf
3 changed files with 3 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ void ADDICharacter::Server_SpawnProjectile_Implementation()
void ADDICharacter::Client_CharacterHit_Implementation()
{
TakeDamage(10);
OnDamageTaken();
}
bool ADDICharacter::Client_CharacterHit_Validate()