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

#if UNITY_EDITOR
            {
                Debug.Log("GamePot - UNITY EDITOR showNotice not supported");
            }
#elif UNITY_IOS
            GamePotUnityPluginiOS.showNotice(showTodayButton);
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.showNotice(showTodayButton);
#endif
        }