namespace PKHeX.Core { public enum LockInfo { /// /// PID matches the required parameters. /// Pass, /// /// PID did not match the required Nature. /// Nature, /// /// PID did not match the required Gender. /// Gender, } }