void MouseDown() { if (_currentToBuild == null && _mouseOverThing != null && _mouseOverThing.CanBeSeletected()) { _fixCursorPosition = true; } }