Skip to content

Commit

Permalink
Update PlayGamesClientConfiguration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsalameh authored Jul 27, 2016
1 parent 98ba1f1 commit 3e951b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public Builder EnableSavedGames()
mEnableSaveGames = true;
return this;
}

/// <summary>
/// Requests use of the player's Google+ social graph.
/// </summary>
Expand Down Expand Up @@ -293,7 +293,7 @@ internal bool HasEnableSaveGames()
{
return mEnableSaveGames;
}

/// <summary>
/// Determines whether this instance has Google+ required.
/// </summary>
Expand Down

0 comments on commit 3e951b2

Please sign in to comment.