コード例 #1
0
 public void LoadBook(string id)
 {
     _currentBookData = BookData.Create(id, PlayerPrefs.GetString(id));
 }