コード例 #1
0
        public bool NextChapter()
        {
            IPlayerContext playerContext = CurrentPlayerContext;

            if (playerContext == null)
            {
                return(false);
            }
            return(playerContext.NextChapter());
        }