public UserRecorder(StoryRecorder storyRecorder)
 {
     this.storyRecorder = storyRecorder;
 }
Exemple #2
0
 public BotRecorder(StoryRecorder storyRecorder)
 {
     this.storyRecorder = storyRecorder;
 }