Switch to MVP pattern
This commit is contained in:
15
Eve-O-Preview/UI/Interface/ZoomAnchor.cs
Normal file
15
Eve-O-Preview/UI/Interface/ZoomAnchor.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace EveOPreview.UI
|
||||
{
|
||||
public enum ZoomAnchor
|
||||
{
|
||||
NW = 0,
|
||||
N,
|
||||
NE,
|
||||
W,
|
||||
C,
|
||||
E,
|
||||
SW,
|
||||
S,
|
||||
SE
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user