C# Class OpenNos.GameObject.BoxItem

Inheritance: Item
Show file Open project: OpenNos/OpenNos Class Usage Examples

Public Methods

Method Description
BoxItem ( ItemDTO item ) : System
Use ( ClientSession session, ItemInstance &inv, bool delay = false, string packetsplit = null ) : void

Method Details

BoxItem() public method

public BoxItem ( ItemDTO item ) : System
item OpenNos.Data.ItemDTO
return System

Use() public method

public Use ( ClientSession session, ItemInstance &inv, bool delay = false, string packetsplit = null ) : void
session ClientSession
inv ItemInstance
delay bool
packetsplit string
return void