Combu
3.2.2
Unity API Documentation
|
Public Member Functions | |
MatchRound (string jsonString) | |
MatchRound (Hashtable data) | |
virtual void | FromJson (string jsonString) |
Initialize the object from a JSON formatted string. More... | |
virtual void | FromHashtable (Hashtable hash) |
Initialize the object from a hashtable. More... | |
Public Attributes | |
long | id = 0 |
long | idMatchAccount = 0 |
float | score = 0 |
DateTime? | dateScore = null |
Properties | |
bool | hasScore [get] |
|
virtual |
Initialize the object from a hashtable.
hash | Hash. |
|
virtual |
Initialize the object from a JSON formatted string.
jsonString | Json string. |