示例#1
0
 public static bool Reload()
 {
     if (QuestMgr.UnloadAll())
     {
         return(QuestMgr.LoadAll());
     }
     return(false);
 }
示例#2
0
 public static void Initialize()
 {
     QuestMgr.LoadAll();
 }