UNPKG

werewolf-core

Version:

Are you a WEREWOLF?

15 lines (14 loc) 394 B
"use strict"; var random_id_1 = require('./lib/random-id'); exports.EFFECT_CHOICE = 'core.choice'; function initChoiceEffect(on, choice_kind, options) { return { type: exports.EFFECT_CHOICE, id: random_id_1.default(), on: on, choice_kind: choice_kind, options: options, value: undefined, }; } exports.initChoiceEffect = initChoiceEffect;