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