mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-21 04:23:51 +00:00
16 lines
408 B
C#
16 lines
408 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
// mod id=0,name="sudoku.o",file=0
|
|
[Section("mod", "Modules")]
|
|
public sealed class Module(Parser container) : NamedSection(container)
|
|
{
|
|
[SectionReference("file")]
|
|
public Symbols.File? File { get; private set; }
|
|
}
|
|
}
|
|
}
|
|
} |