Working on netowrked projectiles
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user