C# Class Playtomic.PlayerLevel

Inheritance: System.Collections.Hashtable
Exibir arquivo Open project: playtomic/gameapi-csharp Class Usage Examples

Public Methods

Method Description
PlayerLevel ( ) : System
PlayerLevel ( IDictionary data ) : System

Private Methods

Method Description
GetLong ( string s ) : long
GetString ( string s ) : string
SetProperty ( string key, object value ) : void

Method Details

PlayerLevel() public method

public PlayerLevel ( ) : System
return System

PlayerLevel() public method

public PlayerLevel ( IDictionary data ) : System
data IDictionary
return System