C# Class BoringHeroes.GameLogic.CurrentGameState

Show file Open project: lances101/BoringHeroes Class Usage Examples

Public Methods

Method Description
CurrentGameState ( ) : System
CurrentGameState ( GameMode gameMode, Hero hero ) : System

Method Details

CurrentGameState() public method

public CurrentGameState ( ) : System
return System

CurrentGameState() public method

public CurrentGameState ( GameMode gameMode, Hero hero ) : System
gameMode BoringHeroes.GameLogic.Modes.GameMode
hero BoringHeroes.GameLogic.HeroRelated.Hero
return System