Esempio n. 1
0
        public static void showLeaderboard()
        {
            Debug.Log("[GPUnity][Call] showLeaderboard");

#if UNITY_EDITOR
            {
                Debug.Log("GamePot - showLeaderboard not supported");
            }
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.showLeaderboard();
#endif
        }