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