mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-22 18:18:30 -05:00
Remove unnecessary setter
This commit is contained in:
@@ -7,7 +7,7 @@ public class CheckResult
|
||||
{
|
||||
public Severity Judgement { get; }
|
||||
public CheckIdentifier Identifier { get; }
|
||||
public string Comment { get; internal set; }
|
||||
public string Comment { get; }
|
||||
|
||||
public bool Valid => Judgement >= Severity.Fishy;
|
||||
public string Rating => Judgement.Description();
|
||||
|
||||
Reference in New Issue
Block a user