1
0

4 lines
124 B
C#

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