Files
crystall-punk-14/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs

9 lines
130 B
C#
Raw Normal View History

2021-11-21 17:09:49 +11:00
namespace Content.Shared.Shuttles.Components
{
public enum ShuttleMode : byte
{
Strafing,
Cruise,
}
}