mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-23 07:30:46 +00:00
14 lines
305 B
C#
14 lines
305 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal sealed class SectionReferencesAttribute(string key) : SectionPropertyAttribute(key, many: true)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|