Updated BaseItem.h
Changed it so no one can edit the original value ID of an item
This commit is contained in:
parent
f52ea5efb8
commit
d365fa6327
@ -53,7 +53,7 @@ public:
|
|||||||
UPROPERTY(EditAnywhere, Category = "Item")
|
UPROPERTY(EditAnywhere, Category = "Item")
|
||||||
bool isDamageBuffItem;
|
bool isDamageBuffItem;
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, Category = "Item")
|
UPROPERTY()
|
||||||
int ItemID;
|
int ItemID;
|
||||||
|
|
||||||
//reference to the UInventoryComponent script
|
//reference to the UInventoryComponent script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user