9 lines
150 B
C#
9 lines
150 B
C#
namespace OF_DL.Entities
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class ToggleableConfigAttribute : Attribute
|
|
{
|
|
}
|
|
|
|
}
|