namespace EveOPreview { public struct ClientLocation { public int X; public int Y; public int Width; public int Height; } }