public static Blocks Init(Rows rows, RotationSystem rotationSystem) { var spawns = new[]
private Blocks(Block[] spawns, Rows rows, RotationSystem rotationSystem) { this.spawns = spawns; this.rows = rows; rotation = rotationSystem; }