Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/training
TrainingSession
Interface TrainingSession
interface
TrainingSession
{
difficulty
:
TrainingDifficulty
;
endTime
?:
number
;
id
:
string
;
improvements
:
readonly
string
[]
;
mode
:
TrainingMode
;
overallScore
:
number
;
player
:
PlayerState
;
results
:
readonly
TrainingResult
[]
;
startTime
:
number
;
}
Index
Properties
difficulty
end
Time?
id
improvements
mode
overall
Score
player
results
start
Time
Properties
Readonly
difficulty
difficulty
:
TrainingDifficulty
Optional
Readonly
end
Time
endTime
?:
number
Readonly
id
id
:
string
Readonly
improvements
improvements
:
readonly
string
[]
Readonly
mode
mode
:
TrainingMode
Readonly
overall
Score
overallScore
:
number
Readonly
player
player
:
PlayerState
Readonly
results
results
:
readonly
TrainingResult
[]
Readonly
start
Time
startTime
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
difficulty
end
Time
id
improvements
mode
overall
Score
player
results
start
Time
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...