pda
jvm
model
/
net.artux.pda.model
/
QuestUtil
Quest
Util
object
QuestUtil
Members
Functions
calculate
Difference
Link copied to clipboard
fun
calculateDifference
(
oldData
:
StoryDataModel
,
newData
:
StoryDataModel
)
:
LinkedHashMap
<
String
,
List
<
String
>
>
check
Link copied to clipboard
@
JvmStatic
fun
check
(
conditions
:
Map
<
String
,
List
<
String
>
>
?
,
storyDataModel
:
StoryDataModel
)
:
Boolean