public void AccumulateStoryEvent(StoryEventDef def)
 {
     this.storyRelevance += (double)def.importance;
 }
Пример #2
0
 public void AccumulateStoryEvent(StoryEventDef def)
 {
     storyRelevance += def.importance;
 }