Files
RobustToolbox/Robust.Client/Graphics/ClientEye/FixedEye.cs
T
Pieter-Jan BriersandGitHub cf2995437f Remove Godot support. (#805)
Let's be real, it's pretty damn broken already and will never be fixed.
2019-05-05 01:58:24 +02:00

10 lines
208 B
C#

namespace Robust.Client.Graphics.ClientEye
{
/// <summary>
/// A fixed eye is an eye which is fixed to one point, its position.
/// </summary>
public class FixedEye : Eye
{
}
}