stuff and junk and things

This commit is contained in:
Kim Ravn Hansen
2025-09-05 17:57:09 +02:00
parent 8bcbdbfe35
commit 1720db9eb7
14 changed files with 460 additions and 333 deletions

View File

@@ -8,9 +8,8 @@
* @todo Add encounters to portals
*/
export class Portal {
/**
* Target Location.
* Target Location.
*/
_targetLocationId;
@@ -23,5 +22,4 @@ export class Portal {
* Description shown to the player when they traverse the portal.
*/
_traversalDescription;
}