コード例 #1
0
        public static bool PopUp()
        {
#if !UNITY_WEBPLAYER
            return(AdvertisementManager.showPopup());
#else
            return(false);
#endif
        }