Class ChangedStack
Inheritance
System.Object
ChangedStack
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class ChangedStack : Object
Constructors
ChangedStack()
Declaration
public ChangedStack()
Properties
Item
Declaration
public Item Item { get; set; }
Property Value
Type | Description |
---|---|
Item |
Quantity
Declaration
public int Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToStack(Inventory)
Declaration
public ItemStack ToStack(Inventory inv)
Parameters
Type | Name | Description |
---|---|---|
Inventory | inv |
Returns
Type | Description |
---|---|
ItemStack |