C# Class UserData, tf_client

Inheritance: MonoBehaviour
Show file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
auth_token string
id int
worldNumber int

Public Methods

Method Description
Decode ( object node ) : void

Method Details

Decode() public method

public Decode ( object node ) : void
node object
return void

Property Details

auth_token public property

The authentication token.
public string auth_token
return string

id public property

The identifier.
public int id
return int

worldNumber public static property

The world number.
public static int worldNumber
return int