pda
androidJvm
app
/
net.artux.pda.model
/
StorySelector
Story
Selector
data
class
StorySelector
(
val
storyId
:
Int
,
val
chapterId
:
Int
,
val
stageId
:
Int
,
val
isCurrent
:
Boolean
)
Members
Constructors
Story
Selector
Link copied to clipboard
constructor
(
storyId
:
Int
,
chapterId
:
Int
,
stageId
:
Int
,
isCurrent
:
Boolean
)
Properties
chapter
Id
Link copied to clipboard
val
chapterId
:
Int
is
Current
Link copied to clipboard
val
isCurrent
:
Boolean
stage
Id
Link copied to clipboard
val
stageId
:
Int
story
Id
Link copied to clipboard
val
storyId
:
Int