mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 05:36:07 +00:00
10 lines
244 B
C#
10 lines
244 B
C#
namespace BurnOutSharp.Models.Compression.Quantum
|
|
{
|
|
/// <see href="http://www.russotto.net/quantumcomp.html"/>
|
|
public class Model
|
|
{
|
|
public int Entries { get; set; }
|
|
|
|
public ModelSymbol[] Symbols { get; set; }
|
|
}
|
|
} |