11 lines
309 B
C#
11 lines
309 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.DeltaV.Shuttles.Components;
|
|
|
|
/// <summary>
|
|
/// Marker component for the mining shuttle grid.
|
|
/// Used for lavaland's FTL whitelist.
|
|
/// </summary>
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class MiningShuttleComponent : Component;
|