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

Model used to render the game board
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
GameBoard ( Entities game, Int32 userId, Entities playerType, List voteToKickList = null, List completedRounds = null ) : System

Constructor

Method Details

GameBoard() public méthode

Constructor
public GameBoard ( Entities game, Int32 userId, Entities playerType, List voteToKickList = null, List completedRounds = null ) : System
game Entities
userId System.Int32
playerType Entities
voteToKickList List
completedRounds List
Résultat System