toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.assets.locations
/
Room
/
Room
Room
constructor
(
identifier
:
String
,
description
:
String
,
exits
:
List
<
Exit
>
=
emptyList()
,
items
:
List
<
Item
>
=
emptyList()
)
A room with a specified
identifier
and a
description
.
constructor
(
identifier
:
Identifier
,
description
:
Description
,
exits
:
List
<
Exit
>
=
emptyList()
,
items
:
List
<
Item
>
=
emptyList()
)