Auto-orient rotation for arrivals (#16417)

This commit is contained in:
metalgearsloth
2023-05-14 21:46:28 +10:00
committed by GitHub
parent c9a27f9f96
commit 676405f08f
3 changed files with 26 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Movement.Components;
/// <summary>
/// Automatically rotates eye upon grid traversals.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class AutoOrientComponent : Component
{
}