Ejemplo n.º 1
0
        private void GameLoop_SaveLoaded(object sender, SaveLoadedEventArgs e)
        {
            this.ActiveSaveData = ActiveSaveData.Load(this.helper);

            this.RunPathHandler?.Dispose();
            this.RunPathHandler = new RunPathHandler(this.config, this.helper, this.monitor, this.ActiveSaveData);

            this.CurrentDay = SDate.Now();
        }