예제 #1
0
    public void Load()
    {
        _player.Model = JsonConvert.DeserializeObject <PlayerModel>(File.ReadAllText(Application.persistentDataPath + "-Player.json"));

        _galaxy.Load(0);
        _star.Load(0);
        _planet.Load(0);

        clock.StartTimer();
    }