public void RotateLeft() { if (_current.CanRotateLeft(_grid)) { _current.RotateLeft(); _lastWasRotate = true; _lastWasMoveDown = false; if (_lockDelay) { _moveCount += 1; } } }