コード例 #1
0
 // these two functions are redundant, could make storyModel public but security?
 public int GetCurrentChapter()
 {
     return((int)storyModel.GetChapter());
 }