C# Class ItemStack, Aegina

Use it to create a group of a same Item.
Show file Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
ItemStack ( ) : System.Collections
ItemStack ( Item, items, int quantity ) : System.Collections

Method Details

ItemStack() public method

public ItemStack ( ) : System.Collections
return System.Collections

ItemStack() public method

public ItemStack ( Item, items, int quantity ) : System.Collections
items Item,
quantity int
return System.Collections