2025-07-15 13:33:59 +07:00

635 B

sidebar_position
sidebar_position
2

TakeOrGambleModel

Overview

TakeOrGambleModel 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 TakeOrGambleModel.
  • Calls the base model constructor.
  • Handles UI logic and state for the "Take or Gamble" feature.
  • Source code reference