C# 클래스 ArmedCards.Entities.Models.Game.Board.Answers

View model used to render the answers section of the board
파일 보기 프로젝트 열기: kwmcrell/ArmedCards 1 사용 예제들

공개 메소드들

메소드 설명
Answers ( System.Boolean roundHasWinner, System.Boolean isCommander, System.Boolean waitingOnAllAnswers, System.Boolean showAnswers, System.Boolean handShowing, System.Boolean showBoard, Entities.GameRoundCard>.List groupedAnswers ) : System

Constructor

메소드 상세

Answers() 공개 메소드

Constructor
public Answers ( System.Boolean roundHasWinner, System.Boolean isCommander, System.Boolean waitingOnAllAnswers, System.Boolean showAnswers, System.Boolean handShowing, System.Boolean showBoard, Entities.GameRoundCard>.List groupedAnswers ) : System
roundHasWinner System.Boolean
isCommander System.Boolean
waitingOnAllAnswers System.Boolean
showAnswers System.Boolean
handShowing System.Boolean
showBoard System.Boolean
groupedAnswers Entities.GameRoundCard>.List
리턴 System