mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 10:07:15 +02:00
12 lines
236 B
C#
12 lines
236 B
C#
using Robust.Shared.Graphics;
|
|
|
|
namespace Robust.Client.Graphics
|
|
{
|
|
/// <summary>
|
|
/// A fixed eye is an eye which is fixed to one point, its position.
|
|
/// </summary>
|
|
public sealed class FixedEye : Eye
|
|
{
|
|
}
|
|
}
|