Move ribbon verifiers to appropriate folder

no functional change
This commit is contained in:
Kurt 2018-07-22 11:50:11 -07:00
parent 2675130cba
commit abe6ef1be3
4 changed files with 1 additions and 1 deletions

View file

@ -39,7 +39,7 @@ namespace PKHeX.Core
public static string V502 { get; set; } = "Fishy";
/// <summary>Severity string for <see cref="Severity.Valid"/></summary>
public static string V503 { get; set; } = "Valid";
/// <summary>Severity string for <see cref="Severity.NotImplemented"/></summary>
/// <summary>Severity string for anything not implemented.</summary>
public static string V504 { get; set; } = "Not Implemented";
/// <summary>Original Trainer string used in various string formats such as Memories.</summary>