예제 #1
0
 private void LoadSave()
 {
     Data          = Service.LoadSave();
     CurrentScene  = Data?.currentScene ?? 0;
     CurrentSpeech = 0;
 }