Files
NebulaLauncher/Nebula.Launcher/Models/RobustManifestItem.cs
2024-12-22 16:38:47 +03:00

3 lines
108 B
C#

namespace Nebula.Launcher.Utils;
public record struct RobustManifestItem(string Hash, string Path, int Id);