예제 #1
0
 public Tile Copy()
 {
     return(new Tile(level, x, y, type.Copy()));
 }