Skip to content

Commit

Permalink
feat: expose mission uniqueName
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Jul 25, 2024
1 parent 427801d commit 7d539d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Mission.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export default class Mission {
*/
this.node = node(uniqueName, locale);

/**
* Node unique name
* @type {String}
*/
this.nodeKey = uniqueName;

/**
* Node mission type
* @type {String}
Expand Down

0 comments on commit 7d539d0

Please sign in to comment.