applied review comments

This commit is contained in:
JPVenson
2024-10-11 14:16:42 +00:00
parent 058a567e00
commit e20ecfc670
4 changed files with 15 additions and 14 deletions

View File

@@ -18,5 +18,5 @@ public interface IItemTypeLookup
/// <summary>
/// Gets mapping for all BaseItemKinds and their expected serialization target.
/// </summary>
public IDictionary<BaseItemKind, string> BaseItemKindNames { get; }
public IReadOnlyDictionary<BaseItemKind, string> BaseItemKindNames { get; }
}