Initializes a new instance of the ItemCreator class

Namespace: BaseLib.Handlers
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public ItemCreator(
	Player p,
	Thing t
)

Parameters

p
Type: BaseLib..::..Player

[Missing <param name="p"/> documentation for "M:BaseLib.Handlers.ItemCreator.#ctor(BaseLib.Player,XmlDefs.Thing)"]

t
Type: XmlDefs..::..Thing

[Missing <param name="t"/> documentation for "M:BaseLib.Handlers.ItemCreator.#ctor(BaseLib.Player,XmlDefs.Thing)"]

See Also