using System.Numerics; namespace Questionable.Data; internal sealed record MenderNpc(uint DataId, ushort TerritoryId, Vector3 Position);