Beispiel #1
0
 public static bool Reload()
 {
     if (WorldEventMgr.UnloadAll())
     {
         return(WorldEventMgr.LoadAll());
     }
     return(false);
 }