toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.logic
/
GameInformation
Game
Information
data
class
GameInformation
(
val
name
:
String
,
val
introduction
:
String
,
val
description
:
String
,
val
author
:
String
)
Provides core information about a
Game
.
Members
Constructors
Game
Information
Link copied to clipboard
constructor
(
name
:
String
,
introduction
:
String
,
description
:
String
,
author
:
String
)
Properties
author
Link copied to clipboard
val
author
:
String
description
Link copied to clipboard
val
description
:
String
introduction
Link copied to clipboard
val
introduction
:
String
name
Link copied to clipboard
val
name
:
String