Exemplo n.º 1
0
 /// <summary>
 /// Unequips the current <code>EquippableVG</code>
 /// </summary>
 /// <param name="notify">if true, the relevant event will be posted when unequipped.</param>
 public void Unequip(bool notify)
 {
     VirtualGoodsStorage.UnEquip(this, notify);
 }