namespace ClientTester; public class Vector3 { public int X { get; set; } public int Y { get; set; } public int Z { get; set; } }