Пример #1
0
        public void MoveTo(string partId)
        {
            EnsureMoveIsValid (partId);

            _currentPart = _story.Parts [partId];
        }
Пример #2
0
 internal StoryTeller(Story story)
 {
     _story = story;
     _currentPart = story.Parts[story.Data.Id];
 }