1
0

16 lines
319 B
C#

using Flawless.Abstraction;
namespace Flawless.Core.Modal;
public class Depot
{
public byte Version { get; init; }
public HashId Hash { get; init; }
public CompressType CompressType { get; init; }
public DateTime GenerateTime { get; init; }
public ulong PayloadSize { get; init; }
}