UNPKG

pokie

Version:

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

5 lines (4 loc) 232 B
import { BetForNextSimulationRoundSetting, GameSessionHandling } from "pokie"; export declare class RandomChangeBetStrategy implements BetForNextSimulationRoundSetting { setBetForNextRound(session: GameSessionHandling): void; }