Show / Hide Table of Contents

Welcome to the documentation index page for the DEAL namespace. Here you will find detailed information about the various modules and classes that make up the DEAL namespace.

Modules

The following modules are included in the DEAL namespace:

  • DEAL: This module provides various utility functions and classes for gneric card game component.

  • DEAL.FSM: This module provides a finite state machine implementation that can be used to model logic flow of your card game.

  • DEAL.Helper: This module provides helper functions and classes that can be useful in card game.

  • DEAL.Network: This module provides functions and classes for working with network connections, including lobby login and room matching.

  • DEAL.UI: This module provides a user interface toolkit for creating interactive graphical interfaces in your card game.

Classes

In addition to modules, the DEAL namespace also includes several classes:

  • DEAL.FSM.Action: This class represents an action that can be performed by a FSM state.

  • DEAL.FSM.Condition: This class represents a condition that must be met in order for a FSM to transition from one state to another.

In this article
Back to top Generated by DocFX