6
StarHorizon_Public/Content.Server/_NF/Station/Components/StationRenameWarpsComponent.cs
2026-01-24 12:49:55 +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
{
}