mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-19 05:23:40 +00:00
15 lines
374 B
C#
15 lines
374 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
// mod id=0,name="sudoku.o",file=0
|
|
public sealed class Module(Parser container) : NamedSection(container)
|
|
{
|
|
[SectionReference("file")]
|
|
public Symbols.File File => this.TakeFileReference();
|
|
}
|
|
}
|
|
}
|
|
} |