Ejemplo n.º 1
0
 public static ulong DeserializeSystemUInt64(JSONObject jsonObject, string name)
 {
     return jsonObject.GetUInt64(name);
 }