UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

5 lines (4 loc) 123 B
import { IGameSession } from ".."; export interface IChangeBetStrategy { setBetForPlay(session: IGameSession): void; }