コード例 #1
0
ファイル: RegionMgr.cs プロジェクト: dzikun/WarEmu
 public ChapterObject CreateChapter(Chapter_Info Chapter)
 {
     ChapterObject Obj = new ChapterObject(Chapter);
     AddObject(Obj, Chapter.ZoneId);
     return Obj;
 }