コード例 #1
0
ファイル: Inventory.cs プロジェクト: Apcox89/Technoprolis
 public Inventory(Artifact details, int qty)
 {
     Details  = details;
     Quantity = qty;
 }