Search found 1 match

by AngryGerman
03 Feb 2010, 01:14
Forum: .Net / Unity3D API
Topic: LitJson.JsonData defined multiple times
Replies: 3
Views: 8851

LitJson.JsonData defined multiple times

I copied the Json data response code from the documentation // Handle JSON responses else if (type == SmartFoxClient.XTMSG_TYPE_JSON) { JsonData responseData = (JsonData)data; // TODO: check command and perform required actions } and added using LitJson; to the script, but ...

Go to advanced search