diff --git a/OpenRA.Mods.Common/ModContent.cs b/OpenRA.Mods.Common/ModContent.cs index 80d0339006..95ec9d0659 100644 --- a/OpenRA.Mods.Common/ModContent.cs +++ b/OpenRA.Mods.Common/ModContent.cs @@ -13,6 +13,7 @@ using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; +using OpenRA.Traits; namespace OpenRA.Mods.Common { @@ -100,6 +101,7 @@ namespace OpenRA.Mods.Common [FieldLoader.Require] public readonly string Mod; + [IncludeFluentReferences(LintDictionaryReference.Values)] [FieldLoader.LoadUsing(nameof(LoadPackages))] public readonly Dictionary Packages = [];