示例#1
0
文件: Map.cs 项目: x3sphiorx/SagaRO2
 public ChangeEquipArgs(SagaDB.Items.EQUIP_SLOT eSlot, int itemID)
 {
     this.eSlot  = eSlot;
     this.itemID = itemID;
 }
示例#2
0
文件: Map.cs 项目: Willyham/SagaRO2
 public ChangeEquipArgs(SagaDB.Items.EQUIP_SLOT eSlot, int itemID)
 {
     this.eSlot = eSlot;
     this.itemID = itemID;
 }