示例#1
0
 void Start()
 {
     soul = JsonData.Soul.Load(json);
     Debug.Log (soul.baseProp.maxHealth);
     Debug.Log ( JsonData.Soul.Save(soul));
 }
示例#2
0
 void Start()
 {
     soul = JsonData.Soul.Load(json);
     Debug.Log(soul.baseProp.maxHealth);
     Debug.Log(JsonData.Soul.Save(soul));
 }