Thrusters (shuttle go nyoom) (#5352)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Shuttles.Components
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ThrusterVisualState : byte
|
||||
{
|
||||
State,
|
||||
Thrusting,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user