C# Class ArmedCards.Entities.Models.Game.Board.GameOver

The model used to render the game over screen
Show file Open project: kwmcrell/ArmedCards Class Usage Examples

Public Methods

Method Description
GameOver ( System.Boolean hasWinner, Int32 gameID, List rankedPlayers ) : System

Constructor

Method Details

GameOver() public method

Constructor
public GameOver ( System.Boolean hasWinner, Int32 gameID, List rankedPlayers ) : System
hasWinner System.Boolean
gameID System.Int32
rankedPlayers List
return System