6
StarHorizon_Public/Content.Server/_DV/Mail/Components/StationMailRouterComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
235 B
C#

namespace Content.Server._DV.Mail.Components;
/// <summary>
/// Designates a station as a place for sending and receiving mail.
/// </summary>
[RegisterComponent]
public sealed partial class StationMailRouterComponent : Component
{
}