Resolves ThrusterVisualizer is Obsolete (#13904)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
12
Content.Client/Shuttles/ThrusterComponent.cs
Normal file
12
Content.Client/Shuttles/ThrusterComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Client.Shuttles;
|
||||
|
||||
/// <summary>
|
||||
/// A component that emits a visible exhaust plume if the entity is an active thruster.
|
||||
/// Managed by <see cref="ThrusterSystem"/>
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(ThrusterSystem))]
|
||||
public sealed class ThrusterComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user