using Content.Server._DV.Cargo.Components; // using Content.Shared.Cargo; // Frontier using JetBrains.Annotations; namespace Content.Server._DV.Cargo.Systems; public sealed partial class LogisticStatsSystem : EntitySystem // Frontier: SharedCargoSystem RaiseLocalEvent(new LogisticStatsUpdatedEvent()); // Frontier: remove EntityUid from args } // Frontier: removed station EntityUid as an argument in LogisticStatsUpdatedEvent public sealed class LogisticStatsUpdatedEvent : EntityEventArgs { public LogisticStatsUpdatedEvent() { } }