namespace BurnOutSharp.Models.GCF
{
///
/// Part of version 5 but not version 6.
///
///
public sealed class BlockEntryMap
{
///
/// The previous block entry. (N/A if == BlockCount.)
///
public uint PreviousBlockEntryIndex;
///
/// The next block entry. (N/A if == BlockCount.)
///
public uint NextBlockEntryIndex;
}
}