Entity Client

Entity Manager is a cloud resource that stores generic json data.

EntityClient provides interface to access Entity Manager.

There are three EntityType. End user (ie. players) have restricted access to some of them. This allow game developers to store various user and game data such as user exp, or game settings.

Entity is an instance of an Entity object.

Usage