C# Class TicTacToe.Models.GameState

Mostrar archivo Open project: southworks/playfab-samples Class Usage Examples

Public Properties

Property Type Description
boardState int[]
currentPlayerId string
winner int

Property Details

boardState public_oe property

public int[] boardState
return int[]

currentPlayerId public_oe property

public string currentPlayerId
return string

winner public_oe property

public int winner
return int