UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

6 lines (5 loc) 221 B
import { IChangeBetStrategy } from "./IChangeBetStrategy"; import { IGameSession } from ".."; export declare class RandomChangeBetStrategy implements IChangeBetStrategy { setBetForPlay(session: IGameSession): void; }