Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
azigler committed Jun 6, 2020
1 parent 46715b7 commit 90e99f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Logger = require('./Logger');
* @property {Array<number>} defaultItems Default list of item ids that should load in this room
* @property {Array<number>} defaultNpcs Default list of npc ids that should load in this room
* @property {string} description Room description seen on 'look'
* @property {Array<object>} exits Exits out of this room { id: number, direction: string }
* @property {Array<object>} exits Exits out of this room { roomId: string, direction: string, inferred: boolean }
* @property {number} id Area-relative id (vnum)
* @property {Set} items Items currently in the room
* @property {Set} npcs Npcs currently in the room
Expand Down

0 comments on commit 90e99f8

Please sign in to comment.