Added Event for when character is damaged

This commit is contained in:
2026-01-03 00:50:34 -05:00
parent 646276ab2c
commit c7e3a83497
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ protected:
/*Properties*/
/*Functions*/
UFUNCTION(BlueprintImplementableEvent, Category = "Events")
void OnDamageTaken();
public:
/*Properties*/