Initializes a new instance of the Supply class

Namespace: Antikaria.Games.MerchantPrinces
Assembly: Antikaria (in Antikaria.dll) Version: 0.1.0.0

Syntax

C#
public Supply(
	int count,
	Type type
)

Parameters

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Antikaria.Games.MerchantPrinces.Supply.#ctor(System.Int32,System.Type)"]

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:Antikaria.Games.MerchantPrinces.Supply.#ctor(System.Int32,System.Type)"]

See Also