export class Block {

  public width: number = 2;
  public height: number = 1;

}
