mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 13:46:03 +00:00
6 lines
176 B
C#
6 lines
176 B
C#
namespace BurnOutSharp.Models.SGA
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
|
|
public sealed class Folder5 : Folder<uint> { }
|
|
}
|