2025-07-16 09:29:04 +07:00

615 B

sidebar_position: 2

EndRoundModel

Overview

EndRoundModel is a model class for managing the end-of-round logic in the slot machine game. It extends the base model class and is responsible for handling the visual representation and UI logic related to the end of a spin.

Description

  • Initializes a new instance of EndRoundModel.
  • Calls the base model constructor.
  • Handles end-of-round events and updates the UI accordingly.

Source code reference