From 3e951b21fbb8ad5ea175f951807d7c9356afde75 Mon Sep 17 00:00:00 2001 From: PS Date: Wed, 27 Jul 2016 18:04:18 +0300 Subject: [PATCH] Update PlayGamesClientConfiguration.cs --- .../GooglePlayGames/BasicApi/PlayGamesClientConfiguration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/PluginDev/Assets/GooglePlayGames/BasicApi/PlayGamesClientConfiguration.cs b/source/PluginDev/Assets/GooglePlayGames/BasicApi/PlayGamesClientConfiguration.cs index 993f78e9a..8164c63f3 100644 --- a/source/PluginDev/Assets/GooglePlayGames/BasicApi/PlayGamesClientConfiguration.cs +++ b/source/PluginDev/Assets/GooglePlayGames/BasicApi/PlayGamesClientConfiguration.cs @@ -204,7 +204,7 @@ public Builder EnableSavedGames() mEnableSaveGames = true; return this; } - + /// /// Requests use of the player's Google+ social graph. /// @@ -293,7 +293,7 @@ internal bool HasEnableSaveGames() { return mEnableSaveGames; } - + /// /// Determines whether this instance has Google+ required. ///