public void AccumulateStoryEvent(StoryEventDef def) { this.storyRelevance += (double)def.importance; }
public void AccumulateStoryEvent(StoryEventDef def) { storyRelevance += def.importance; }