Enable shuttle rotation (#4798)

* Enable shuttle rotation

* Tweaks
This commit is contained in:
metalgearsloth
2021-10-09 10:55:10 +11:00
committed by GitHub
parent d5cc7fce8a
commit b888b1fd9c
3 changed files with 17 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ namespace Content.Shared.Shuttles
public float SpeedMultipler { get; set; } = 200.0f;
[ViewVariables]
public ShuttleMode Mode { get; set; } = ShuttleMode.Docking;
public ShuttleMode Mode { get; set; } = ShuttleMode.Cruise;
}
public enum ShuttleMode : byte