예제 #1
0
 static EncounterLearn()
 {
     if (!EncounterEvent.Initialized)
     {
         EncounterEvent.RefreshMGDB();
     }
 }
예제 #2
0
파일: Core.cs 프로젝트: LLNet/PKHeX
 public static void RefreshMGDB(string localDbPath) => EncounterEvent.RefreshMGDB(localDbPath);