src/jg/gameformat/character.js
/**
* An entry in the `game.characters` array.
*
* The format of this object matches the constructor of {@link Character#constructor}.
*/
class character {
};
export default character;
/**
* An entry in the `game.characters` array.
*
* The format of this object matches the constructor of {@link Character#constructor}.
*/
class character {
};
export default character;