Let mods check which mods edited an asset
Pathoschild opened this issue ยท 1 comments
Add a content API method which lists mods that loaded or edited an asset.
/// <summary>Get a list of mods which loaded or edited the current version of a given asset.</summary>
/// <param name="assetName">The asset name to check.</param>
public IEnumerable<IModInfo> GetModsWhichInterceptedAsset(string assetName);