public int GetMovementCostFor(Unit unit)
 {
     return(terrain.MovementCostFor(unit.movementType));
 }