some more progress to inventory system

This commit is contained in:
Ji Yoon Rhee
2023-12-27 20:29:00 +09:00
parent 90d6e5af17
commit b7a583ab27
5 changed files with 38 additions and 0 deletions

View File

@ -19,8 +19,10 @@ class HWANYOUNG2_API AHYPlayerCharacController : public APlayerController
public:
#pragma region inventory
//setting up the controller inventory
AHYPlayerCharacController();
UFUNCTION(BlueprintImplementableEvent)
void ReloadInventory();