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