Files
NebulaLauncher/Nebula.Launcher/Models/RobustManifestItem.cs

3 lines
108 B
C#
Raw Normal View History

2024-12-22 16:38:47 +03:00
namespace Nebula.Launcher.Utils;
public record struct RobustManifestItem(string Hash, string Path, int Id);