private void Start()
 {
     _spawnPoint = _pointsGroup[0];
     _mineralData.CallUpdate();
 }