2023-03-22 20:29:55 +11:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Shuttles.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Add to grids that you do not want manually piloted under any circumstances.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class PreventPilotComponent : Component
|
2023-03-22 20:29:55 +11:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|