Ejemplo n.º 1
0
 public static float DeserializeSystemSingle(JSONObject jsonObject, string name)
 {
     return jsonObject.GetSingle(name);
 }