mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Version 1.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using FCPModUpdater.Models;
|
||||
|
||||
namespace FCPModUpdater.Services;
|
||||
|
||||
public interface IModDiscoveryService
|
||||
{
|
||||
Task<IReadOnlyList<InstalledMod>> DiscoverModsAsync(
|
||||
string modsDirectory,
|
||||
IProgress<string>? progress = null,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user