Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
TicTacToe
Models
GameState
C# Class TicTacToe.Models.GameState
Mostra file
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