2025-07-15 14:03:02 +07:00

644 B

sidebar_position
sidebar_position
2

Take Or Gamble Model

Overview

Take Or Gamble Model is a model class for the "Take or Gamble" feature in the slot game. It extends the base model class and manages the logic and state for handling win events, including the decision to take winnings or gamble for more.

Description

  • Initializes a new instance of Take Or Gamble Model.
  • Calls the base model constructor.
  • Handles UI logic and state for the "Take or Gamble" feature.
  • Source code reference