This is not just about difficulty.

This commit is contained in:
Matthias Mailänder
2023-08-28 19:49:28 +02:00
committed by Gustas
parent ce412e4404
commit f428a44bfc

View File

@@ -37,7 +37,7 @@ namespace OpenRA.Mods.Common.Traits
[FieldLoader.Require]
[TranslationReference(dictionaryReference: LintDictionaryReference.Values)]
[Desc("Difficulty levels supported by the map.")]
[Desc("Options to choose from.")]
public readonly Dictionary<string, string> Values = null;
[Desc("Prevent the option from being changed from its default value.")]