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())