mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
d02b87a7b2
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 |