2021-09-27 12:42:46 +00:00
|
|
|
using Wabbajack.DTOs.JsonConverters;
|
|
|
|
|
2021-10-23 16:51:17 +00:00
|
|
|
namespace Wabbajack.DTOs.Directives;
|
|
|
|
|
|
|
|
[JsonName("NoMatch")] // Should never make it into a JSON file
|
|
|
|
public class NoMatch : IgnoredDirectly
|
2021-09-27 12:42:46 +00:00
|
|
|
{
|
|
|
|
}
|