6
StarHorizon_Public/Content.Server/_NF/StationEvents/Components/LinkedLifecycleGridParentComponent.cs
2026-01-24 12:49:55 +03:00

9 lines
257 B
C#

namespace Content.Server.StationEvents.Components;
[RegisterComponent]
public sealed partial class LinkedLifecycleGridParentComponent : Component
{
// The entity this grid's lifecycle is tied to.
public HashSet<EntityUid> LinkedEntities = new();
}