static void Prefix()
        {
#if DEBUG
            Log.Warning("Patch_Game_InitNewGame Postfix");
#endif
            WorldComp.Initialize();
        }
        static void Postfix()
        {
#if DEBUG
            Log.Warning("Patch_Storyteller_Notify_DefChanged Postfix");
#endif
            WorldComp.Initialize();
        }
 static void Postfix()
 {
     WorldComp.Initialize();
 }