示例#1
0
 public SpeechLine(string text, TV.Mood mood) : this(text, mood, DefaultCompleteDisplayDuration)
 {
 }
示例#2
0
 public SpeechLine(string text, TV.Mood mood, float completeDisplayDuration)
 {
     this.Text = text;
     this.Mood = mood;
     this.CompleteDisplayDuration = completeDisplayDuration;
 }