C# 클래스 Dwarrowdelf.Server.Fortress.DungeonGame

상속: Dwarrowdelf.Server.GameEngine
파일 보기 프로젝트 열기: tomba/dwarrowdelf 1 사용 예제들

공개 메소드들

메소드 설명
DungeonGame ( SaveGameContext ctx ) : System
DungeonGame ( string gameDir, GameOptions options ) : System

비공개 메소드들

메소드 설명
CreateDwarf ( int i ) : LivingObject
CreatePlayer ( EnvironmentObject env ) : Player
FindStartLocation ( EnvironmentObject env ) : IntGrid2Z?
TestStartArea ( EnvironmentObject env, IntGrid2Z r ) : bool

메소드 상세

DungeonGame() 공개 메소드

public DungeonGame ( SaveGameContext ctx ) : System
ctx SaveGameContext
리턴 System

DungeonGame() 공개 메소드

public DungeonGame ( string gameDir, GameOptions options ) : System
gameDir string
options Dwarrowdelf.GameOptions
리턴 System