예제 #1
0
 public void Load(byte[] data)
 {
     _story = new Story();
     _story.Load(data);
 }
예제 #2
0
 public void Load()
 {
     _story = new Story();
     _story.Load(_SaveData);
 }
예제 #3
0
 public void LoadStory(byte[] saveData)
 {
     _story = new Story();
     _story.Load(saveData);
     _storyEnd = false;
 }
예제 #4
0
 public void Load(byte[] data)
 {
     _story = new Story();
     _story.Load(data);
 }
예제 #5
0
 public void LoadStory(byte[] saveData)
 {
     _story = new Story();
     _story.Load(saveData);
     _storyEnd = false;
 }