C# Class Project290.GameElements.Loader

Use this for loading anything and everything. This is its own class for organization and nothing more.
Show file Open project: scastle/Solitude

Public Methods

Method Description
LoadGameInfo ( ) : void

Loads the game info.

LoadShared ( ) : void

Loads all the shared and start/title/pause screen stuff.

LoadSolitudeContent ( ) : void

Loads the content of a game. There will be one of these methods per mini game

Method Details

LoadGameInfo() public static method

Loads the game info.
public static LoadGameInfo ( ) : void
return void

LoadShared() public static method

Loads all the shared and start/title/pause screen stuff.
public static LoadShared ( ) : void
return void

LoadSolitudeContent() public static method

Loads the content of a game. There will be one of these methods per mini game
public static LoadSolitudeContent ( ) : void
return void