6
2025-08-13 15:03:01 +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
{
}