using System.Collections; using System.Collections.Generic; using UnityEngine; using LitJson; using System.IO; using UnityEditor; public class Person { public string Name { get; set; } public double HP { get; set; } public int Level { get; set; } pub