Working on netowrked projectiles

This commit is contained in:
2025-12-08 21:35:24 -05:00
parent a3a120491d
commit dd3648f5b9
10 changed files with 86 additions and 9 deletions

View File

@@ -36,13 +36,13 @@ protected:
ClassNames ClassName;
/*Functions*/
UFUNCTION(BlueprintAuthorityOnly, BlueprintCallable, Category = "Health")
void TakeDamage(int DamageValue);
public:
/*Properties*/
/*Functions*/
UFUNCTION(BlueprintAuthorityOnly, BlueprintCallable, Category = "Health")
void TakeDamage(int DamageValue);
/*C++ only declarations*/
private: