Example #1
0
File: Player.cs Project: fxMem/Plot
        internal void MoveToNextLine()
        {
            var nextLine = CurrentBlock.GetNextLine(CurrentLine);

            TraceVerbose($"Internal: moving to next line {nextLine.Id.ToStringDebug()}");

            _progress.CurrentLineId = nextLine.Id;
        }