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