예제 #1
0
파일: Chapter.cs 프로젝트: eggpi/mc723
 public Chapter(Chapter other) : this(Itdb_Chapter.itdb_chapter_duplicate(other.Handle), false)
 {
 }
예제 #2
0
파일: Chapter.cs 프로젝트: eggpi/mc723
 protected override void Destroy()
 {
     Itdb_Chapter.itdb_chapter_free(Handle);
 }
예제 #3
0
파일: Chapter.cs 프로젝트: eggpi/mc723
 public Chapter() : this(Itdb_Chapter.itdb_chapter_new(), false)
 {
 }