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