Updated BaseItem.h

Changed it so no one can edit the original value ID of an item
This commit is contained in:
MH261677 2022-11-29 14:16:55 +00:00
parent f52ea5efb8
commit d365fa6327

View File

@ -53,7 +53,7 @@ public:
UPROPERTY(EditAnywhere, Category = "Item")
bool isDamageBuffItem;
UPROPERTY(EditAnywhere, Category = "Item")
UPROPERTY()
int ItemID;
//reference to the UInventoryComponent script