StoryRestorePoint

data class StoryRestorePoint(val chapterRestorePoint: ChapterRestorePoint, val chapter: Int)

Provides a restore point for a Story with a specified chapterRestorePoint and chapter.

Constructors

Link copied to clipboard
constructor(chapterRestorePoint: ChapterRestorePoint, chapter: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard