OF-DL/OF DL/Models/ToggleableConfigAttribute.cs

7 lines
129 B
C#

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