示例#1
0
    IEnumerator loadWWW()
    {
        JsonCache jsCache = new JsonCache();

        jsCache.InitJson();

        yield return(null);
    }