예제 #1
0
 public static void RestoreIVs(this PKM pk, int[] IVs)
 {
     pk.IVs = IVs;
     pk.ClearHyperTraining();
 }