コード例 #1
0
 public InventoryEventArgs(IGear item, Inventory inventory)
 {
     this.Item      = item;
     this.Inventory = inventory;
     this.GearType  = item.GetType();
 }