LineEdition

data class LineEdition(val position: Int, val storyStep: StoryStep) : LastEdit

A edition in the line was made, but the positions were not affected. In this case it is possible to update just one line.

Constructors

Link copied to clipboard
constructor(position: Int, storyStep: StoryStep)

Properties

Link copied to clipboard
Link copied to clipboard