the player character can automatically pick up souls

This commit is contained in:
Ji Yoon Rhee
2024-08-22 23:24:14 +09:00
parent d91704b9a7
commit e8cacbe1c7
9 changed files with 160 additions and 1 deletions

View File

@ -43,6 +43,9 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
int32 InventoryWeightLimit;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
int32 Currency;
//interacts with the Interactable objects
UFUNCTION(BlueprintCallable, Category = "Utils")
void Interact();