mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
change to accept overflows
This commit is contained in:
parent
deee600a65
commit
9ad3f77bb8
@ -2,12 +2,12 @@
|
||||
{
|
||||
public class CarrierSpaceUsage
|
||||
{
|
||||
public int TotalCapacity { get; init; }
|
||||
public int Crew { get; init; }
|
||||
public int Cargo { get; init; }
|
||||
public int CargoSpaceReserved { get; init; }
|
||||
public int ShipPacks { get; init; }
|
||||
public int ModulePacks { get; init; }
|
||||
public int FreeSpace { get; init; }
|
||||
public long TotalCapacity { get; init; }
|
||||
public long Crew { get; init; }
|
||||
public long Cargo { get; init; }
|
||||
public long CargoSpaceReserved { get; init; }
|
||||
public long ShipPacks { get; init; }
|
||||
public long ModulePacks { get; init; }
|
||||
public long FreeSpace { get; init; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user