public Gather Play(Play play)
 {
     this.Append(play);
     return(this);
 }
Exemple #2
0
 public Prompt Play(Play play)
 {
     this.Append(play);
     return(this);
 }