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