mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-21 12:16:55 +00:00
Flatten symbols namespace
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
namespace EightBit
|
||||
namespace EightBit.Files.Symbols
|
||||
{
|
||||
namespace Files
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
internal sealed class SectionReferenceAttribute(string key, bool optional = false) : SectionPropertyAttribute(key, type: typeof(int), optional: optional)
|
||||
{
|
||||
namespace Symbols
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
internal sealed class SectionReferenceAttribute(string key, bool optional = false) : SectionPropertyAttribute(key, type: typeof(int), optional: optional)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user