namespace SmartNav.Model.Navigation; public sealed class SubRegionVertex { public float X { get; set; } public float Z { get; set; } }