Files
eveo/Eve-O-Preview/UI/Interface/ZoomAnchor.cs
2016-05-29 13:18:46 +03:00

15 lines
124 B
C#

namespace EveOPreview.UI
{
public enum ZoomAnchor
{
NW = 0,
N,
NE,
W,
C,
E,
SW,
S,
SE
}
}