Exemplo n.º 1
0
 public static string InventoryImageURL(int typeId, InventoryTypesWidth width)
 {
     return(BASE_URL + $"/Type/{typeId}_{((int)width).ToString()}.png");
 }
Exemplo n.º 2
0
 public static string InventoryImageURL(int typeId, InventoryTypesWidth width)
 {
     return($"{BASE_URL}/types/{typeId}/icon?size={(int)width}");
 }