mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Rename ItemDictionaryDB to ItemDatabase
This commit is contained in:
@@ -44,7 +44,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
/// DatItems and related statistics
|
||||
/// </summary>
|
||||
[JsonProperty("items"), XmlElement("items")]
|
||||
public ItemDictionaryDB ItemsDB { get; private set; } = new ItemDictionaryDB();
|
||||
public ItemDatabase ItemsDB { get; private set; } = new ItemDatabase();
|
||||
|
||||
/// <summary>
|
||||
/// DAT statistics
|
||||
@@ -344,7 +344,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
public void ResetDictionary()
|
||||
{
|
||||
Items = new ItemDictionary();
|
||||
ItemsDB = new ItemDictionaryDB();
|
||||
ItemsDB = new ItemDatabase();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user