Add End & Start UI for End Events

This commit is contained in:
Philip W 2024-01-27 11:52:45 +00:00
parent 2cdd70c507
commit 243e4465ab
8 changed files with 13 additions and 7 deletions

Binary file not shown.

BIN
SeagullGame/Content/UI/BP_EndUI.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/UI/BP_StartUI.uasset (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -66,7 +66,7 @@ public:
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Health")
float DefaultHealth = 100;
UFUNCTION(BlueprintCallable, Category = "Health")
UFUNCTION(Exec, BlueprintCallable, Category = "Health")
void DamagePlayer(float DamageAmount);
UFUNCTION(BlueprintCallable, Category = "Health")
void HealPlayer(float HealAmount);