3 lines
109 B
C#
3 lines
109 B
C#
namespace Nebula.Launcher.Models;
|
|
|
|
public record struct RobustManifestItem(string Hash, string Path, int Id); |