Hide field that shouldnt be used by external users

Not to be confused with LegalityAnalysis.Parse
This commit is contained in:
Kurt 2020-12-31 17:14:39 -08:00
parent b9f0427ccd
commit 2689e72252

View file

@ -42,7 +42,7 @@ namespace PKHeX.Core
private IEncounterable _match = EncounterInvalid.Default;
/// <summary>Top level Legality Check result list for the <see cref="EncounterMatch"/>.</summary>
public readonly List<CheckResult> Parse = new();
internal readonly List<CheckResult> Parse = new();
public CheckResult[] Relearn { get; internal set; } = new CheckResult[4];
public CheckMoveResult[] Moves { get; internal set; } = new CheckMoveResult[4];