예제 #1
0
    public void LoadFile()
    {
        Saving data = SaveToFile.LoadFile();

        currenthealth = data.healthlife;
    }