Example #1
0
 public new Board Clone()
 {
     return(new Board {
         Lands = Lands.Clone(), NonLands = NonLands.Clone()
     });
 }
Example #2
0
 public new Hand Clone()
 {
     return(new Hand {
         Lands = Lands.Clone(), NonLands = NonLands.Clone()
     });
 }