Mystery item implementation
This commit is contained in:
@@ -37,6 +37,8 @@ public partial class ThrowableItem : InventoryItem, IStackable
|
||||
|
||||
public int HealVTAmount => Stats.HealVTAmount;
|
||||
|
||||
public override ItemTag ItemTag => Stats.ItemTag;
|
||||
|
||||
public void SetElementType(ElementType elementType) => Stats.ElementType = elementType;
|
||||
|
||||
public void SetDescription(string description) => Stats.Description = description;
|
||||
|
||||
Reference in New Issue
Block a user