The Flock  0.00.001
Public Attributes | Static Public Attributes | List of all members
PlayerIONames Class Reference

Player IO names enum class, used for connection with the webservice and server. More...

Public Attributes

const string GAME_ID_LIVE = "the-flock-6xst0l7duylqarfxldoag"
 
const string GAME_ID_DEV = "the-flock-stage-vosoiqctu0unsboalgoka"
 
const string CONNECTION_ID = "public"
 
const string AUTH_ID = null
 
const string PARTNER_ID = null
 

Static Public Attributes

static string USER_ID = "guest-" + Random.Range(10000, 99999)
 

Detailed Description

Player IO names enum class, used for connection with the webservice and server.

Member Data Documentation

const string PlayerIONames.AUTH_ID = null
const string PlayerIONames.CONNECTION_ID = "public"
const string PlayerIONames.GAME_ID_DEV = "the-flock-stage-vosoiqctu0unsboalgoka"
const string PlayerIONames.GAME_ID_LIVE = "the-flock-6xst0l7duylqarfxldoag"
const string PlayerIONames.PARTNER_ID = null
string PlayerIONames.USER_ID = "guest-" + Random.Range(10000, 99999)
static

The documentation for this class was generated from the following file: