pda
jvm
model
/
net.artux.pda.model.quest
/
ChapterModel
Chapter
Model
class
ChapterModel
:
Serializable
Members
Constructors
Chapter
Model
Link copied to clipboard
constructor
(
)
Properties
stages
Link copied to clipboard
var
stages
:
Map
<
Long
,
Stage
>
title
Link copied to clipboard
var
title
:
String
Functions
get
Stage
Link copied to clipboard
fun
getStage
(
id
:
Long
)
:
Stage
?