saving/loading systems successfully migrated to player controller
This commit is contained in:
@ -28,6 +28,9 @@ public:
|
||||
UFUNCTION(BlueprintImplementableEvent)
|
||||
void ReloadCraftUI();
|
||||
|
||||
UFUNCTION(BlueprintImplementableEvent)
|
||||
void SaveGameplay();
|
||||
|
||||
UFUNCTION(BlueprintCallable, Category = "Utils")
|
||||
int32 GetInventoryWeight();
|
||||
|
||||
|
Reference in New Issue
Block a user