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