pda
jvm
model
/
net.artux.pda.model.quest
/
StoryItem
/
StoryItem
Story
Item
constructor
(
id
:
Int
=
0
,
title
:
String
,
icon
:
String
?
=
null
,
desc
:
String
,
complete
:
Boolean
=
false
,
needs
:
List
<
Int
>
=
mutableListOf()
)