- tweak: remove dependency from Nebula.Shared
This commit is contained in:
5
Nebula.UpdateResolver/ManifestEnsureInfo.cs
Normal file
5
Nebula.UpdateResolver/ManifestEnsureInfo.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Nebula.UpdateResolver;
|
||||
|
||||
public record struct ManifestEnsureInfo(HashSet<LauncherManifestEntry> ToDownload, HashSet<LauncherManifestEntry> ToDelete, HashSet<LauncherManifestEntry> FilesExist);
|
||||
Reference in New Issue
Block a user