4 lines
124 B
C#
4 lines
124 B
C#
namespace Flawless.Core.Modal;
|
|
|
|
[Serializable]
|
|
public record struct DepotFileInfo(ulong Size, ulong Offset, string Path); |