namespace Content.Server.Station.Components; /// /// Rename all faxes on a station when station name changes. /// Only faxes with "UseStationName" will be affected. /// [RegisterComponent] public sealed partial class StationRenameFaxesComponent : Component { }