diff --git a/Forest/Assets/GoogleService-Info.plist b/Forest/Assets/GoogleService-Info.plist index 1173346..e8c63bd 100644 --- a/Forest/Assets/GoogleService-Info.plist +++ b/Forest/Assets/GoogleService-Info.plist @@ -3,17 +3,17 @@ API_KEY - AIzaSyBrJKEh-Jnp2nKXzqD-T7vT0cGecvzuAkU + AIzaSyDflprLn8mo0G5VOUSjhgvM7bhK7IoMQpo GCM_SENDER_ID - 419683978289 + 538591464962 PLIST_VERSION 1 BUNDLE_ID com.woodfire.nutsbolts PROJECT_ID - forest-ecab9 + forest-7df8e STORAGE_BUCKET - forest-ecab9.appspot.com + forest-7df8e.appspot.com IS_ADS_ENABLED IS_ANALYTICS_ENABLED @@ -25,6 +25,6 @@ IS_SIGNIN_ENABLED GOOGLE_APP_ID - 1:419683978289:ios:7c056d17e75cb2740a5910 + 1:538591464962:ios:fe4e485e90fcf1256ca11b \ No newline at end of file diff --git a/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelPanelController.cs b/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelPanelController.cs index b997431..83489bc 100644 --- a/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelPanelController.cs +++ b/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelPanelController.cs @@ -8,7 +8,6 @@ using UnityEngine.UI; using Framework.Event; using Gameplay.Manager; using Framework.Constants; -using Unity.VisualScripting; public class UILevelPanelController : UIWindow {