Пример #1
0
        public static bool Play(VideoDelegate callback)
        {
#if !UNITY_WEBPLAYER
            return(AdvertisementManager.showVideo(callback));
#else
            return(false);
#endif
        }