예제 #1
0
 private InventoryManager()
 {
     _inventory = new Inventory(this);
 }