Ejemplo n.º 1
0
 public void Attach(int x, int y, TriBlock shape)
 {
     attachHistories.Add(new AttachHistory()
     {
         offsetX = x,
         offsetY = y,
         block   = shape
     });
     triGrid.Attach(x, y, shape);
 }