mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-20 19:59:10 -05:00
6 lines
146 B
C#
6 lines
146 B
C#
namespace Common.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
|
|
public class DryRunSafeguardAttribute : Attribute
|
|
{
|
|
} |