using Robust.Shared.Graphics; namespace Robust.Client.Graphics { /// /// A fixed eye is an eye which is fixed to one point, its position. /// public sealed class FixedEye : Eye { } }