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