6
2026-01-13 18:31:02 +02:00

8 lines
266 B
C#

namespace Content.Server._DV.CartridgeLoader.Cartridges;
// Frontier: removed the EntityUid of the station from the component
[RegisterComponent, Access(typeof(MailMetricsCartridgeSystem))]
public sealed partial class MailMetricsCartridgeComponent : Component
{
}