Example #1
0
 private void doMoved(Vector3 _movedPos)
 {
     if (isMousePressed)
     {
         gameCreator.doMoved(_movedPos);
     }
 }