2
0
forked from sim0n00ps/OF-DL
OF-DL/OF DL.Core/Models/Config/ToggleableConfigAttribute.cs

5 lines
130 B
C#

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