UNPKG

pokie

Version:

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

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