1
0
Fork 0
forked from aly/qstbak
qstbak/Questionable/Questionable.Data/AlliedSocietyMountConfiguration.cs
2026-08-17 20:29:32 +10:00

6 lines
213 B
C#

using System.Collections.Generic;
using SmartNav.Model;
namespace Questionable.Data;
public sealed record AlliedSocietyMountConfiguration(IReadOnlyList<uint> IssuerDataIds, EAetheryteLocation ClosestAetheryte);