summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Models/SMetadata.cs
AgeCommit message (Collapse)Author
2018-04-13split mod DB into a separate fileJesse Plamondon-Willard
The mod metadata has grown over time, and there's no need to keep it in memory after mod loading. This lets us load the config earlier (since it has a smaller impact on memory usage which affects the game's audio code), and lets us discard the mod metadata when we're done with it.