Пример #1
0
 void OnMouseClick(PointerEventData data)
 {
     if (!crewController.recruited)
     {
         crewController.fillCrew();
     }
 }