mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
Let's be real, it's pretty damn broken already and will never be fixed.
10 lines
208 B
C#
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
|
|
{
|
|
}
|
|
}
|