Resolves ThrusterVisualizer is Obsolete (#13904)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
TemporalOroboros
2023-05-07 06:37:28 -07:00
committed by GitHub
parent 667863867b
commit 8536756db5
5 changed files with 75 additions and 74 deletions

View File

@@ -1,12 +1,13 @@
using Content.Server.Shuttles.Systems;
using Content.Shared.Construction.Prototypes;
using Content.Shared.Damage;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Server.Shuttles.Components
{
[RegisterComponent]
[RegisterComponent, NetworkedComponent]
[Access(typeof(ThrusterSystem))]
public sealed class ThrusterComponent : Component
{