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

The model used to render the game over screen
Afficher le fichier Open project: kwmcrell/ArmedCards Class Usage Examples

Méthodes publiques

Méthode Description
GameOver ( System.Boolean hasWinner, Int32 gameID, List rankedPlayers ) : System

Constructor

Method Details

GameOver() public méthode

Constructor
public GameOver ( System.Boolean hasWinner, Int32 gameID, List rankedPlayers ) : System
hasWinner System.Boolean
gameID System.Int32
rankedPlayers List
Résultat System