6
StarHorizon_Public/Content.Server/_NF/StationEvents/Components/LinkedLifecycleGridParentComponent.cs
2025-12-18 02:55:17 +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();
}