Ejemplo n.º 1
0
 public bool TakeItems(ushort blueprintId, int count)
 {
     return(_content.TakeItem(blueprintId, count));
 }