C# Class Protocol.GameStatResponse

Inheritance: Response
Mostra file Open project: Beginner7/Command2 Class Usage Examples

Public Properties

Property Type Description
Act Act
EatedBlacks string
EatedWhites string
ID int
PlayerBlack string
PlayerWhite string
Turn Side

Property Details

Act public_oe property

public Act Act
return Act

EatedBlacks public_oe property

public string EatedBlacks
return string

EatedWhites public_oe property

public string EatedWhites
return string

ID public_oe property

public int ID
return int

PlayerBlack public_oe property

public string PlayerBlack
return string

PlayerWhite public_oe property

public string PlayerWhite
return string

Turn public_oe property

public Side Turn
return Side