6
2026-01-24 12:49:55 +03: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
{
}