using System.Numerics; namespace SmartNav.Data; internal sealed record PopRangeEntry(ushort TerritoryId, uint InstanceId, Vector3 Position);