UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

3 lines (2 loc) 174 B
import { GameCommandConfigParams, GameState } from '../types'; export declare const config: (params: GameCommandConfigParams) => (state: GameState) => GameState | undefined;