C# Class SadConsole.Libraries.GameHelpers

Represents the GameHelpers library.
Show file Open project: Thraka/SadConsole

Public Methods

Method Description
Initialize ( ) : void

Should be called when you first use the library so that things hook up to SadConsole.Core correctly.

Method Details

Initialize() public static method

Should be called when you first use the library so that things hook up to SadConsole.Core correctly.
public static Initialize ( ) : void
return void