using System.Collections; using System.Collections.Generic; using UnityEngine; public class JsonManager : MonoBehaviour { public void LoadChar() { } } public class Charecter { public int MyProperty { get; set; } }