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