コード例 #1
0
 public static string InventoryImageURL(int typeId, InventoryTypesWidth width)
 {
     return(BASE_URL + $"/Type/{typeId}_{((int)width).ToString()}.png");
 }
コード例 #2
0
ファイル: ImageServer.cs プロジェクト: gehnster/EVEStandard
 public static string InventoryImageURL(int typeId, InventoryTypesWidth width)
 {
     return($"{BASE_URL}/types/{typeId}/icon?size={(int)width}");
 }