C# 클래스 JsonGame, Gold-Rush

파일 보기 프로젝트 열기: eric-kansas/Gold-Rush 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cards JsonCard[]
current_player int
current_roll int
entities JsonEntity[]
gameStarted DateTime
game_state int
game_turn int
id int
lastPlay DateTime
players JsonPlayer[]
scores int>.Dictionary
winner JsonPlayer

프로퍼티 상세

cards 공개적으로 프로퍼티

public JsonCard[] cards
리턴 JsonCard[]

current_player 공개적으로 프로퍼티

public int current_player
리턴 int

current_roll 공개적으로 프로퍼티

public int current_roll
리턴 int

entities 공개적으로 프로퍼티

public JsonEntity[] entities
리턴 JsonEntity[]

gameStarted 공개적으로 프로퍼티

public DateTime gameStarted
리턴 DateTime

game_state 공개적으로 프로퍼티

public int game_state
리턴 int

game_turn 공개적으로 프로퍼티

public int game_turn
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

lastPlay 공개적으로 프로퍼티

public DateTime lastPlay
리턴 DateTime

players 공개적으로 프로퍼티

public JsonPlayer[] players
리턴 JsonPlayer[]

scores 공개적으로 프로퍼티

public Dictionary scores
리턴 int>.Dictionary

winner 공개적으로 프로퍼티

public JsonPlayer winner
리턴 JsonPlayer