using UnityEngine; using System.Collections; using System.Collections.Generic; using LitJson; public class ReplayInfo { public List playerList; public ReplayInfo(string json) { playerList = new List (); JsonData data = JsonMapper.ToObject (json); JsonData playerArr = data ["p"]; for(int i=0; i list = battleSession.GetPlayerList (); for(int i=0; i