Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/game
GameEvent
Interface GameEvent
interface
GameEvent
{
data
:
Record
<
string
,
any
>
;
id
:
string
;
message
?:
KoreanText
;
playerId
?:
string
;
timestamp
:
number
;
type
:
GameEventType
;
}
Index
Properties
data
id
message?
player
Id?
timestamp
type
Properties
Readonly
data
data
:
Record
<
string
,
any
>
Readonly
id
id
:
string
Optional
Readonly
message
message
?:
KoreanText
Optional
Readonly
player
Id
playerId
?:
string
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
GameEventType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
id
message
player
Id
timestamp
type
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...