Skip to content

Commit

Permalink
FUCKING
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Nov 4, 2024
1 parent d3fa944 commit f183e88
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Content.Server.DeltaV.Cargo.Components;

[RegisterComponent]
[RegisterComponent, AutoGenerateComponentPause]
public sealed partial class StationStockMarketComponent : Component
{
/// <summary>
Expand Down Expand Up @@ -53,7 +53,7 @@ public sealed partial class StationStockMarketComponent : Component
DisplayName = "Donk Co. [DONK]",
CurrentPrice = 90f,
BasePrice = 90f,
PriceHistory = [90f, 90f, 90f, 90f, 90f],
PriceHistory = [],
},
};

Expand All @@ -73,6 +73,7 @@ public sealed partial class StationStockMarketComponent : Component
/// The <see cref="IGameTiming.CurTime"/> timespan of next update.
/// </summary>
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
[AutoPausedField]
public TimeSpan NextUpdate = TimeSpan.Zero;

/// <summary>
Expand Down

0 comments on commit f183e88

Please sign in to comment.