2023-05-14 21:46:28 +10:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Movement.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Automatically rotates eye upon grid traversals.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class AutoOrientComponent : Component
|
2023-05-14 21:46:28 +10:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|