Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/game
MatchConfig
Interface MatchConfig
interface
MatchConfig
{
difficulty
?:
"medium"
|
"easy"
|
"hard"
|
"expert"
;
mode
:
GameMode
;
player1Archetype
:
string
;
player2Archetype
:
string
;
roundDuration
:
number
;
rounds
:
number
;
stage
:
string
;
}
Index
Properties
difficulty?
mode
player1
Archetype
player2
Archetype
round
Duration
rounds
stage
Properties
Optional
Readonly
difficulty
difficulty
?:
"medium"
|
"easy"
|
"hard"
|
"expert"
Readonly
mode
mode
:
GameMode
Readonly
player1
Archetype
player1Archetype
:
string
Readonly
player2
Archetype
player2Archetype
:
string
Readonly
round
Duration
roundDuration
:
number
Readonly
rounds
rounds
:
number
Readonly
stage
stage
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
difficulty
mode
player1
Archetype
player2
Archetype
round
Duration
rounds
stage
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...