C# Class Pokemon3D.GameCore.GameConfiguration

Contains the global settings of the game, loaded from the configuration.json file.
显示文件 Open project: nilllzz/Pokemon3D

Public Methods

Method Description
GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
Save ( ) : void

Private Methods

Method Description
OnGameExiting ( object sender, EventArgs e ) : void
ReloadFile ( object sender, FileSystemEventArgs e ) : void

Method Details

GameConfiguration() public method

public GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
return Pokemon3D.Common.Diagnostics

Save() public method

public Save ( ) : void
return void