Applied review comments

This commit is contained in:
JPVenson
2024-11-24 10:58:09 +00:00
parent 80cace4321
commit 6a08361f6f
2 changed files with 92 additions and 68 deletions

View File

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