Пример #1
0
 public int[] GetWearing()
 {
     return(_inventoryLogic.GetInventory(true).Select(e => e.Id).ToArray());
 }