Ejemplo n.º 1
0
 void MouseDown()
 {
     if (_currentToBuild == null && _mouseOverThing != null && _mouseOverThing.CanBeSeletected())
     {
         _fixCursorPosition = true;
     }
 }