Beispiel #1
0
 public Prompt Say(Say say)
 {
     this.Append(say);
     return(this);
 }
Beispiel #2
0
 public Gather Say(Say say)
 {
     this.Append(say);
     return(this);
 }