예제 #1
0
파일: RegionMgr.cs 프로젝트: dzikun/WarEmu
 public ChapterObject CreateChapter(Chapter_Info Chapter)
 {
     ChapterObject Obj = new ChapterObject(Chapter);
     AddObject(Obj, Chapter.ZoneId);
     return Obj;
 }