mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-12 11:42:06 +00:00
14 lines
304 B
C#
14 lines
304 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class SectionReferenceAttribute(string key) : SectionPropertyAttribute(key, type: typeof(int))
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|