Home Reference Source

src/jg/gameformat/character.js

  1. /**
  2. * An entry in the `game.characters` array.
  3. *
  4. * The format of this object matches the constructor of {@link Character#constructor}.
  5. */
  6. class character {
  7. };
  8. export default character;