pda
jvm
model
/
net.artux.pda.model.quest
/
Stage
Stage
class
Stage
:
Serializable
Members
Constructors
Stage
Link copied to clipboard
constructor
(
)
Properties
actions
Link copied to clipboard
var
actions
:
HashMap
<
String
,
List
<
String
>
>
?
background
Link copied to clipboard
var
background
:
String
?
data
Link copied to clipboard
var
data
:
HashMap
<
String
,
String
>
?
id
Link copied to clipboard
var
id
:
Long
message
Link copied to clipboard
var
message
:
String
?
texts
Link copied to clipboard
var
texts
:
List
<
Text
>
title
Link copied to clipboard
var
title
:
String
?
transfers
Link copied to clipboard
var
transfers
:
List
<
Transfer
>
type
Message
Link copied to clipboard
var
typeMessage
:
Int
?
type
Stage
Link copied to clipboard
var
typeStage
:
Int
Functions
is
Need
Sync
Link copied to clipboard
fun
isNeedSync
(
)
:
Boolean