1
0

4 lines
124 B
C#

namespace Flawless.Core.Modal;
[Serializable]
public record struct DepotFileInfo(ulong Size, ulong Offset, string Path);