C# Class Dwarrowdelf.Server.Fortress.ArtificialWorldCreator

ファイルを表示 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
ArtificialWorldCreator ( World world, GameMap mapMode ) : System
InitializeWorld ( IntSize3 size ) : void

Private Methods

Method Description
CreateTerrain ( IntSize3 size ) : void

Method Details

ArtificialWorldCreator() public method

public ArtificialWorldCreator ( World world, GameMap mapMode ) : System
world World
mapMode GameMap
return System

InitializeWorld() public method

public InitializeWorld ( IntSize3 size ) : void
size IntSize3
return void