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

5 lines
123 B
C#

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