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