Non Playable Character
A non-playable character with the specified identifier and description.
constructor(identifier: Identifier, description: Description, conversation: Conversation = Conversation.empty, isAlive: Boolean = true, examination: Examination? = null, interaction: Interaction? = null)
A non-playable character with the specified identifier and description.
constructor(identifier: Identifier, description: Description, conversation: Conversation = Conversation.empty, isAlive: Boolean = true)