mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Move ribbon verifiers to appropriate folder
no functional change
This commit is contained in:
parent
2675130cba
commit
abe6ef1be3
4 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue