예제 #1
0
 public UserRecorder(StoryRecorderBase <T> storyRecorder)
 {
     this.storyRecorder = storyRecorder;
 }
예제 #2
0
 public BotRecorder(StoryRecorderBase <T> storyRecorder)
 {
     this.StoryRecorder = storyRecorder;
 }