Skip to content

Commit 8ea9228

Browse files
docs: add tag documentation
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ccb1ff2 commit 8ea9228

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/models/WorldEvent.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ export default class WorldEvent extends WorldstateObject {
269269
this.affiliatedWith = syndicate(data.JobAffiliationTag, locale);
270270
}
271271

272+
/**
273+
* The event's tag
274+
* @type {string}
275+
*/
272276
this.tag = data.Tag;
273277
}
274278

0 commit comments

Comments
 (0)