forked from sim0n00ps/OF-DL
5 lines
130 B
C#
5 lines
130 B
C#
namespace OF_DL.Models.Config;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class ToggleableConfigAttribute : Attribute;
|