5 lines
136 B
C#
5 lines
136 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Nebula.Launcher.Utils;
|
||
|
|
|
||
|
|
public record struct RobustManifestInfo(Uri ManifestUri, Uri DownloadUri, string Hash);
|