public void TransferFunds() { sourceMoney.MoneyChange(-float.Parse(inputField.text)); destinationMoney.MoneyChange(float.Parse(inputField.text)); }