public bool SpawnMinerUnit()
 {
     return(unitSpawner.SpawnMinerUnit(4, faction, factionMaterial, goldController.GetBalance()));
 }