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