コード例 #1
0
 public void ClearPlayerChapterSystem()
 {
     if (this.m_playerChapterSystem != null)
     {
         this.m_playerChapterSystem.Dispose();
         this.m_playerChapterSystem = null;
     }
 }
コード例 #2
0
 public void InitPlayerChapterSystem()
 {
     this.m_playerChapterSystem = new ChapterSystem(this);
     this.m_playerChapterSystem.InitPlayerChapterSystem();
 }