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