Add delay to AutoOrient (#33479)
It functions identically to how V1 of orientation worked and it's incredibly annoying.
This commit is contained in:
@@ -5,8 +5,9 @@ namespace Content.Shared.Movement.Components;
|
||||
/// <summary>
|
||||
/// Automatically rotates eye upon grid traversals.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, AutoGenerateComponentPause]
|
||||
public sealed partial class AutoOrientComponent : Component
|
||||
{
|
||||
|
||||
[DataField, AutoNetworkedField, AutoPausedField]
|
||||
public TimeSpan? NextChange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user