C# Class UserData, tf_client

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

The authentication token.
public string auth_token
return string

id public_oe property

The identifier.
public int id
return int

worldNumber public_oe static_oe property

The world number.
public static int worldNumber
return int