mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Add ToString override for debugging
This commit is contained in:
parent
6aab8ca449
commit
9ff01bccc6
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
public bool Valid => Judgement >= Severity.Fishy;
|
||||
public string Rating => Judgement.Description();
|
||||
|
||||
public override string ToString() => $"{Identifier}: {Comment}";
|
||||
|
||||
internal CheckResult(CheckIdentifier i)
|
||||
{
|
||||
Judgement = Severity.Valid;
|
||||
|
|
Loading…
Add table
Reference in a new issue