Exemple #1
0
 public void SignInAndOutButton()
 {
     signedInImage.color = PlayGamesScript.SignInOut() ? Color.green : Color.red;
 }