public int MovementCostToEnterHex(HexScript hex)
 {
     //TODO: Override base movement cost based on our movement plus tile type
     return(hex.BaseMovementCost());
 }