6
StarHorizon_Public/Content.Server/_NF/Station/Components/StationRenameWarpsComponent.cs
2025-12-13 13:46:17 +03:00

12 lines
290 B
C#

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