コード例 #1
0
ファイル: ItemShop.cs プロジェクト: cjs3187607/brightmh
 public void addItemData(int iID, ShopItem si)
 {
     itemShop.Add(iID, si);
 }