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

9 lines
234 B
C#

namespace Content.Server.StationEvents.Components;
[RegisterComponent]
public sealed partial class LinkedLifecycleGridChildComponent : Component
{
// The entity this grid's lifecycle is tied to.
public EntityUid LinkedUid;
}