6
2025-11-03 10:15:18 +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
{
}