Skip to content

Commit

Permalink
Update building.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent 4430c9c commit 6e11879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/building.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class Building {

/**
* build an object
*
* @param {string} id - the unique XML id of the object.
* @param {string} FullXmlData - XML data.
*/
constructor(id, FullXmlData) {
this.id = id;
Expand Down

0 comments on commit 6e11879

Please sign in to comment.