C# Class HearthAnalyzer.Core.GameBoard

Represents the game board
Mostrar archivo Open project: kwluo90/HearthAnalyzer Class Usage Examples

Public Properties

Property Type Description
OpponentPlayZone List
PlayerPlayZone List

Public Methods

Method Description
GameBoard ( ) : System
RemoveCard ( BaseCard card ) : void

Removes a card from the baord

Method Details

GameBoard() public method

public GameBoard ( ) : System
return System

RemoveCard() public method

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

Property Details

OpponentPlayZone public_oe property

The opponent's side of the baord
public List OpponentPlayZone
return List

PlayerPlayZone public_oe property

The player's side of the board
public List PlayerPlayZone
return List