From: Liza Carvelli Date: Wed, 26 Feb 2025 19:52:26 +0000 (+0100) Subject: Minor code adjustment X-Git-Tag: v4.22~18 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=70173d5ec9e0d8b40c2f18c898acb963d58a39ff;p=Questionable.git Minor code adjustment --- diff --git a/Questionable/Data/AlliedSocietyData.cs b/Questionable/Data/AlliedSocietyData.cs index b055e654..4a192782 100644 --- a/Questionable/Data/AlliedSocietyData.cs +++ b/Questionable/Data/AlliedSocietyData.cs @@ -63,4 +63,4 @@ internal sealed class AlliedSocietyData } } -public sealed record AlliedSocietyMountConfiguration(List IssuerDataIds, EAetheryteLocation ClosestAetheryte); +public sealed record AlliedSocietyMountConfiguration(IReadOnlyList IssuerDataIds, EAetheryteLocation ClosestAetheryte);