6 lines
224 B
C#
6 lines
224 B
C#
using System.Collections.Generic;
|
|
using Questionable.Model.Common;
|
|
|
|
namespace Questionable.Data;
|
|
|
|
public sealed record AlliedSocietyMountConfiguration(IReadOnlyList<uint> IssuerDataIds, EAetheryteLocation ClosestAetheryte);
|