6
StarHorizon_Public/Content.Server/_NF/StationEvents/Components/LinkedLifecycleGridChildComponent.cs
2025-11-11 11:18:56 +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;
}