mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 13:46:03 +00:00
11 lines
261 B
C#
11 lines
261 B
C#
|
|
namespace BurnOutSharp.Models.BSP
|
||
|
|
{
|
||
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/BSPFile.h"/>
|
||
|
|
public sealed class Header
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Version
|
||
|
|
/// </summary>
|
||
|
|
public uint Version;
|
||
|
|
}
|
||
|
|
}
|