UNPKG

pokie

Version:

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

6 lines 185 B
export class PlayUntilAnyWinStrategy { canPlayNextSimulationRound(session) { return session.getWinAmount() === 0; } } //# sourceMappingURL=PlayUntilAnyWinStrategy.js.map