stuff and junk and things
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { Portal } from "./portal";
|
||||
|
||||
/**
|
||||
* Location in the world.
|
||||
*
|
||||
* Can contain characters, quests, monsters, loot, NPCs and more.
|
||||
*
|
||||
* Can contain mundane portals (such as doors or pathways) to adjacent rooms/locations,
|
||||
* or magical portals to distant locations.
|
||||
*/
|
||||
* Location in the world.
|
||||
*
|
||||
* Can contain characters, quests, monsters, loot, NPCs and more.
|
||||
*
|
||||
* Can contain mundane portals (such as doors or pathways) to adjacent rooms/locations,
|
||||
* or magical portals to distant locations.
|
||||
*/
|
||||
export class Location {
|
||||
/** @protected @type string */
|
||||
_id;
|
||||
@@ -34,7 +34,7 @@ export class Location {
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
*/
|
||||
constructor(id, name, description) {
|
||||
this._id = id;
|
||||
this._name = name;
|
||||
|
||||
Reference in New Issue
Block a user