예제 #1
0
 public ViewLoot(List <Item> inventory, string containerName) : base()
 {
     lootMenu = new GUI.LootMenu(inventory, containerName);
 }