readCoin method

int readCoin()

Implementation

int readCoin() {
  return read<CoinProvider>().coins;
}