Skip to content

Commit 8cbe3d3

Browse files
authored
Change space station's deltaPerSecond to double (#138)
1 parent 4c01bbb commit 8cbe3d3

File tree

2 files changed

+2
-2
lines changed
  • src/Helldivers-2-Models

2 files changed

+2
-2
lines changed

src/Helldivers-2-Models/ArrowHead/SpaceStations/Cost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed record Cost(
1515
long ItemMixId,
1616
long TargetValue,
1717
double CurrentValue,
18-
long DeltaPerSecond,
18+
double DeltaPerSecond,
1919
long MaxDonationAmmount,
2020
long MaxDonationPeriodSeconds
2121
);

src/Helldivers-2-Models/V2/SpaceStations/Cost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed record Cost(
1515
long ItemMixId,
1616
long TargetValue,
1717
double CurrentValue,
18-
long DeltaPerSecond,
18+
double DeltaPerSecond,
1919
long MaxDonationAmmount,
2020
long MaxDonationPeriodSeconds
2121
);

0 commit comments

Comments
 (0)