OF-DL/OF DL/Entities/ToggleableConfigAttribute.cs

7 lines
131 B
C#

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