Example #1
0
 protected override List <pd_CreatureBook> CreateSaveData()
 {
     return(BookInfo.Select(b => b.BookSaveData()).ToList());
 }