mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-19 21:41:55 +00:00
9 lines
206 B
C#
9 lines
206 B
C#
namespace SabreTools.Models.SGA
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
|
|
public class File6 : File4
|
|
{
|
|
public uint CRC32 { get; set; }
|
|
}
|
|
}
|