コード例 #1
0
ファイル: Inventory.cs プロジェクト: Alexanoz/Odyh
 public void InitBag3(BagItem bag, int bagIndex)
 {
     bag.SetUpScript();
     bags.Add(bag);
     bag.BagButton            = bagbuttons[bagIndex];
     bagbuttons[bagIndex].Bag = bag;
 }