Files
NebulaLauncher/Nebula.Shared/Models/RobustManifestItem.cs
2025-01-05 17:05:23 +03:00

3 lines
107 B
C#

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