C# Class HearthAnalyzer.Core.GameBoard

Represents the game board
Afficher le fichier Open project: kwluo90/HearthAnalyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
OpponentPlayZone List
PlayerPlayZone List

Méthodes publiques

Méthode Description
GameBoard ( ) : System
RemoveCard ( BaseCard card ) : void

Removes a card from the baord

Method Details

GameBoard() public méthode

public GameBoard ( ) : System
Résultat System

RemoveCard() public méthode

Removes a card from the baord
public RemoveCard ( BaseCard card ) : void
card BaseCard The card to remove
Résultat void

Property Details

OpponentPlayZone public_oe property

The opponent's side of the baord
public List OpponentPlayZone
Résultat List

PlayerPlayZone public_oe property

The player's side of the board
public List PlayerPlayZone
Résultat List