using Robust.Shared.GameStates; namespace Content.Client.Shuttles; /// /// A component that emits a visible exhaust plume if the entity is an active thruster. /// Managed by /// [RegisterComponent, NetworkedComponent, Access(typeof(ThrusterSystem))] public sealed partial class ThrusterComponent : Component { }