Esempio n. 1
0
 public Gather Play(Play play)
 {
     this.Append(play);
     return(this);
 }
Esempio n. 2
0
 public Prompt Play(Play play)
 {
     this.Append(play);
     return(this);
 }