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