CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Public Attributes | List of all members

Description

Represents a move in a match.

Public Attributes

Bundle MoveId
 The data passed by the player when performing the move. More...
 
Bundle MoveData
 The data passed by the player when performing the move. More...
 
string PlayerId
 The ID of the player who made the move. More...
 

Member Data Documentation

◆ MoveData

Bundle CotcSdk.MatchMove.MoveData

The data passed by the player when performing the move.

◆ MoveId

Bundle CotcSdk.MatchMove.MoveId

The data passed by the player when performing the move.

◆ PlayerId

string CotcSdk.MatchMove.PlayerId

The ID of the player who made the move.