コード例 #1
0
ファイル: EquippableVG.cs プロジェクト: lickey10/BeerMe
 /// <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);
 }