We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FuelMain
1 parent 85d5fea commit eb9b5aeCopy full SHA for eb9b5ae
EliteAPI.Status/Ship/ShipFuel.cs
@@ -5,7 +5,7 @@ namespace EliteAPI.Status.Ship;
5
public readonly struct ShipFuel
6
{
7
[JsonProperty("FuelMain")]
8
- public long FuelMain { get; init; }
+ public double FuelMain { get; init; }
9
10
[JsonProperty("FuelReservoir")]
11
public double FuelReservoir { get; init; }
0 commit comments