C# Class Alexandria.Engines.DarkSouls.State

State for a Dark Souls installation.
Inheritance: PathState
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
State ( AlexandriaManager manager, string rootPath, FileManager fileManager, Archive archive = null ) : System

Initialise the state.

Method Details

State() public method

Initialise the state.
public State ( AlexandriaManager manager, string rootPath, FileManager fileManager, Archive archive = null ) : System
manager AlexandriaManager
rootPath string
fileManager Glare.Assets.FileManager
archive Archive
return System