Initial Code Cleanup - 1st phase completed
This commit is contained in:
10
Eve-O-Preview/GUI/ClientLocation.cs
Normal file
10
Eve-O-Preview/GUI/ClientLocation.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace EveOPreview
|
||||
{
|
||||
public struct ClientLocation
|
||||
{
|
||||
public int X;
|
||||
public int Y;
|
||||
public int Width;
|
||||
public int Height;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user