// Checks to see if the current player is underage. public bool PlayerIsUnderage() { //Debug.Log ("GameCenter::isPlayerUnderage"); return(GameCenterBinding.isUnderage()); }