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