Files

9 lines
207 B
C#
Raw Permalink Normal View History

namespace BurnOutSharp.Models.SGA
{
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
public sealed class File7 : File6
{
public uint HashOffset;
}
}