Chess(Board board) //конструктор { this.board = board; this.fen = board.fen; moves = new Moves(board); }