Property | Type | Description | |
---|---|---|---|
entities | List |
||
map | IMap | ||
player | Entities.Player | ||
random | RogueSharp.Random.IRandom |
Method | Description | |
---|---|---|
MapConsole ( int width, int height ) : System | ||
ProcessKeyboard ( |
||
Render ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GenerateHound ( ) : void | ||
GetRandomEmptyCell ( ) : RogueSharp.Cell | ||
UpdatePlayerView ( ) : void |
public MapConsole ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public ProcessKeyboard ( |
||
info | ||
return | bool |