UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

6 lines (5 loc) 182 B
import { IChangeBetStrategy } from "./IChangeBetStrategy"; export interface IGameSessionSimulationConfig { numberOfRounds?: number; changeBetStrategy?: IChangeBetStrategy; }