コード例 #1
0
 public Inventory(GameObject owner)
 {
     this.owner = owner;
     locator    = new Locator(owner);
     manager.AddCollection <Item>();
 }
コード例 #2
0
 public void AddCollection <T>() where T : Collectable
 {
     collectionManager.AddCollection <T>();
 }