C# Class SagaMap.Map.ChangeEquipArgs

Show file Open project: Willyham/SagaRO2

Public Properties

Property Type Description
eSlot SagaDB.Items.EQUIP_SLOT
itemID int

Public Methods

Method Description
ChangeEquipArgs ( SagaDB eSlot, int itemID ) : System

Method Details

ChangeEquipArgs() public method

public ChangeEquipArgs ( SagaDB eSlot, int itemID ) : System
eSlot SagaDB
itemID int
return System

Property Details

eSlot public property

public EQUIP_SLOT,SagaDB.Items eSlot
return SagaDB.Items.EQUIP_SLOT

itemID public property

public int itemID
return int