C# Class TicTacToe.Models.GameState

Afficher le fichier Open project: southworks/playfab-samples Class Usage Examples

Méthodes publiques

Свойство Type Description
boardState int[]
currentPlayerId string
winner int

Property Details

boardState public_oe property

public int[] boardState
Résultat int[]

currentPlayerId public_oe property

public string currentPlayerId
Résultat string

winner public_oe property

public int winner
Résultat int