Flatten symbols namespace

This commit is contained in:
Adrian Conlon
2024-10-07 19:34:48 +01:00
parent 8d9e603165
commit ed4b4e3736
20 changed files with 1037 additions and 1157 deletions
@@ -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)
{
}
}
}
}