Ejemplo n.º 1
0
 public override string GetPilotImageUrl(GenericShip ship, string filename)
 {
     return(RootUrlForImages + "pilots/" + ImageUrls.FormatFaction(ship.SubFaction) + "/" + ImageUrls.FormatShipType(ship.ShipInfo.ShipName) + "/" + (filename ?? (ImageUrls.FormatName(ship.PilotInfo.PilotName) + ".png")));
 }
Ejemplo n.º 2
0
 public override string GetPilotImageUrl(GenericShip ship)
 {
     return(RootUrlForImages + "pilots/" + ImageUrls.FormatFaction(ship.SubFaction) + "/" + ImageUrls.FormatShipType(ship.Type) + "/" + ImageUrls.FormatName(ship.PilotName) + ".png");
 }