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