OF-DL/OF DL/Entities/ToggleableConfigAttribute.cs
2025-05-03 00:17:19 +01:00

9 lines
150 B
C#

namespace OF_DL.Entities
{
[AttributeUsage(AttributeTargets.Property)]
internal class ToggleableConfigAttribute : Attribute
{
}
}