コード例 #1
0
ファイル: Inventory.cs プロジェクト: AlexandrSimonov/TestS
 public void RemoveItem(Item item)
 {
     item.SetOwner(null);
     items.RxRemove(item);
 }