class Tetris::TBlock < Tetris::Shape

  def initialize(map, color)
    super(map, color)
  end