mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Hide field that shouldnt be used by external users
Not to be confused with LegalityAnalysis.Parse
This commit is contained in:
parent
b9f0427ccd
commit
2689e72252
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue