Esempio n. 1
0
 static EncounterLearn()
 {
     if (!EncounterEvent.Initialized)
     {
         EncounterEvent.RefreshMGDB();
     }
 }
Esempio n. 2
0
File: Core.cs Progetto: LLNet/PKHeX
 public static void RefreshMGDB(string localDbPath) => EncounterEvent.RefreshMGDB(localDbPath);