IEnumerator IntervalRoutine() { while (true) { WebInterface.FetchBalanceOfMANA(); yield return(WaitForSecondsCache.Get(FETCH_INTERVAL)); } }