10 lines
143 B
C#
10 lines
143 B
C#
namespace EveOPreview
|
|
{
|
|
public struct ClientLocation
|
|
{
|
|
public int X;
|
|
public int Y;
|
|
public int Width;
|
|
public int Height;
|
|
}
|
|
} |