UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

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