forked from sim0n00ps/OF-DL
7 lines
131 B
C#
7 lines
131 B
C#
namespace OF_DL.Entities;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class ToggleableConfigAttribute : Attribute
|
|
{
|
|
}
|