Inventory.RemoveItem Method

MyDungeon

InventoryRemoveItem Method

Removes item from inventory

Namespace:  MyDungeon.Items
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void RemoveItem(
	Item item
)

Parameters

item
Type: MyDungeon.ItemsItem

[Missing <param name="item"/> documentation for "M:MyDungeon.Items.Inventory.RemoveItem(MyDungeon.Items.Item)"]

See Also