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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

FortressGame() 공개 메소드

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

FortressGame() 공개 메소드

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