Files
Cleanuparr/code/Common/Attributes/DryRunSafeguardAttribute.cs
2025-02-16 03:20:00 +02:00

6 lines
146 B
C#

namespace Common.Attributes;
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
public class DryRunSafeguardAttribute : Attribute
{
}