示例#1
0
 static EncounterLearn()
 {
     if (!EncounterEvent.Initialized)
     {
         EncounterEvent.RefreshMGDB();
     }
 }
示例#2
0
文件: Core.cs 项目: LLNet/PKHeX
 public static void RefreshMGDB(string localDbPath) => EncounterEvent.RefreshMGDB(localDbPath);