1
0
mirror of https://github.com/maxartz15/Validator.git synced 2024-09-19 12:35:39 +02:00
Validator/Runtime/ReportCategories.cs

9 lines
188 B
C#
Raw Normal View History

namespace Validator
{
2022-07-21 02:03:11 +02:00
public static partial class ReportCategories
{
public const string Art = "Art";
public const string Design = "Design";
public const string Code = "Code";
}
}