Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Data.PokerLevelData Class Reference

Singleton class for managing the data related to poker levels, including CPU opponents and level-specific data. More...

Inheritance diagram for SimplePoker.Data.PokerLevelData:
SimplePoker.Singleton< PokerLevelData >

Public Member Functions

void SetPokerMatchData (LevelData levelData)
 Sets the data for the poker match, including the level data and shuffling the CPU opponents.
 
CpuData GetNextCpu ()
 Gets the next CPU opponent for the poker match.
 

Protected Member Functions

override void Awake ()
 
- Protected Member Functions inherited from SimplePoker.Singleton< PokerLevelData >
override void Awake ()
 

Properties

CpuData[] CpusData [get]
 
LevelData LevelData [get]
 
PlayerData PlayerData [get]
 

Detailed Description

Singleton class for managing the data related to poker levels, including CPU opponents and level-specific data.

Member Function Documentation

◆ Awake()

override void SimplePoker.Data.PokerLevelData.Awake ( )
protected

◆ GetNextCpu()

CpuData SimplePoker.Data.PokerLevelData.GetNextCpu ( )

Gets the next CPU opponent for the poker match.

Returns
The next CPU opponent.

◆ SetPokerMatchData()

void SimplePoker.Data.PokerLevelData.SetPokerMatchData ( LevelData levelData)

Sets the data for the poker match, including the level data and shuffling the CPU opponents.

Parameters
levelDataThe level data for the poker match.

Property Documentation

◆ CpusData

CpuData [] SimplePoker.Data.PokerLevelData.CpusData
get

◆ LevelData

LevelData SimplePoker.Data.PokerLevelData.LevelData
get

◆ PlayerData

PlayerData SimplePoker.Data.PokerLevelData.PlayerData
get

The documentation for this class was generated from the following file: