export class Conditional { condition = (game) => { return false; }; } export const ConditionalModule = { Conditional: Conditional, };