C# Class BasicTutorial.GameState

Show file Open project: thesadrogue/SadConsole.GoRogueHelpers

Public Properties

Property Type Description
Dungeon BasicTutorial.DungeonScreen

Public Methods

Method Description
FirstDungeonSetup ( ) : void

Method Details

FirstDungeonSetup() public static method

public static FirstDungeonSetup ( ) : void
return void

Property Details

Dungeon public static property

public static DungeonScreen,BasicTutorial Dungeon
return BasicTutorial.DungeonScreen