UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

6 lines (4 loc) 158 B
import {GameSessionHandling} from "pokie"; export interface BetForNextSimulationRoundSetting { setBetForNextRound(session: GameSessionHandling): void; }