Initializes the item instance instance.
[Visual Basic] Protected Sub New( _ ByVal prototype As ItemPrototype, _ ByVal owner As Player _ ) [C#] protected ItemInstance( ItemPrototype prototype, Player owner ); [C++] protected: ItemInstance( ItemPrototype* prototype, Player* owner ); [JScript] protected function ItemInstance( ItemPrototype prototype, Player owner );
ItemInstance Class | croemud.item Namespace