Пример #1
0
 public Gather Play(Play play)
 {
     this.Append(play);
     return(this);
 }
Пример #2
0
 public Prompt Play(Play play)
 {
     this.Append(play);
     return(this);
 }