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

Description

Provides functionality related to the entire game.

Properties

GameBatches Batches [get]
 Provides an API to run game-scoped (unauthenticated) batches. More...
 
GameVfs GameVfs [get]
 Returns an object that allows to manipulate the key/value system associated with this game. More...
 

Property Documentation

◆ Batches

GameBatches CotcSdk.Game.Batches
get

Provides an API to run game-scoped (unauthenticated) batches.

Returns
An object that allows to manipulate batches.

◆ GameVfs

GameVfs CotcSdk.Game.GameVfs
get

Returns an object that allows to manipulate the key/value system associated with this game.

Returns
An object allowing to manipulate key/values for this user/game/domain.