mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 22:44:25 -05:00
can now check individual strings / identifiers in a LegalityAnalysis object by: var la = new LegalityAnalysis(pkm); var parse = la.Info.Parse; if (parse.Any(z => ReferenceEquals(z.Comment, LegalityCheckStrings.X)) ... should be faster than doing string.Contains |
||
|---|---|---|
| .. | ||
| CheckMoveResult.cs | ||
| CheckResult.cs | ||
| EggMoves.cs | ||
| IEncounterable.cs | ||
| IGeneration.cs | ||
| ILocation.cs | ||
| IMoveset.cs | ||
| ITrainerInfo.cs | ||
| IVersion.cs | ||
| Shiny.cs | ||
| SimpleTrainerInfo.cs | ||