Example #1
0
 public void ExposeData()
 {
     Scribe_Deep.Look(ref statsRecord, "statsRecord");
     Scribe_Deep.Look(ref watcherAdaptation, "watcherAdaptation");
     Scribe_Deep.Look(ref watcherPopAdaptation, "watcherPopAdaptation");
     if (Scribe.mode == LoadSaveMode.PostLoadInit)
     {
         BackCompatibility.StoryWatcherPostLoadInit(this);
     }
 }
Example #2
0
 public void ExposeData()
 {
     Scribe_Deep.Look <StatsRecord>(ref this.statsRecord, "statsRecord", new object[0]);
     Scribe_Deep.Look <StoryWatcher_Adaptation>(ref this.watcherAdaptation, "watcherAdaptation", new object[0]);
     Scribe_Deep.Look <StoryWatcher_PopAdaptation>(ref this.watcherPopAdaptation, "watcherPopAdaptation", new object[0]);
     if (Scribe.mode == LoadSaveMode.PostLoadInit)
     {
         BackCompatibility.StoryWatcherPostLoadInit(this);
     }
 }