private void Start() { BetText(); OnlineStatusPanel.SetActive(false); BetPanel.SetActive(false); AdController.ConnectAds(); if (!GPGController.IsAuthenticated()) { GPGController.GetGpgController.LoginToGPG(); } Limit = timeLimit = scoreLimit = pieceLimit = 30; if (GetLevelManager == null) { GetLevelManager = this; } SetDevicePrefs(); RemainingCreditsText.text = ProjectConstants.userCredit.ToString(); }