Class InventoryItem
Inheritance
InventoryItem
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public class InventoryItem
Fields
|
Improve this Doc
View Source
itemData
Declaration
Field Value
Properties
|
Improve this Doc
View Source
IsComsumable
Declaration
public bool IsComsumable { get; }
Property Value
|
Improve this Doc
View Source
Quantity
Declaration
public int Quantity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddItem(InventoryItem)
Declaration
public void AddItem(InventoryItem itemToAdd)
Parameters
|
Improve this Doc
View Source
Clone()
Declaration
public InventoryItem Clone()
Returns
|
Improve this Doc
View Source
Consume(Inventory)
Attempt to apply consume effect if this item
Declaration
public void Consume(Inventory inventory)
Parameters