Exemplo n.º 1
0
 public override void RemoveItem()
 {
     equipment.SetNullAt(itemIndex);
     ClearSlot();
     if (stackEvent != null)
     {
         stackEvent.Raise();
     }
     itemList.itemEvent.Raise();
 }
Exemplo n.º 2
0
 public virtual void RemoveItem()
 {
     itemList.SetNullAt(itemIndex);
     ClearSlot();
     if (stackEvent != null)
     {
         stackEvent.Raise();
     }
     itemList.itemEvent.Raise();
 }