mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-03 03:30:58 +00:00
14 lines
311 B
C#
14 lines
311 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal sealed class SectionReferenceAttribute(string key) : SectionPropertyAttribute(key, type: typeof(int))
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|