UNPKG

werewolf-core

Version:

Are you a WEREWOLF?

11 lines (10 loc) 278 B
"use strict"; exports.LOG_PHASE_TRANSITION = 'log.phase-transition'; function initLogPhaseTransition(day, phase) { return { type: exports.LOG_PHASE_TRANSITION, day: day, phase: phase, }; } exports.initLogPhaseTransition = initLogPhaseTransition;