C# Class Pokemon3D.GameCore.GameConfiguration

Contains the global settings of the game, loaded from the configuration.json file.
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
Save ( ) : void

Private Methods

Méthode Description
OnGameExiting ( object sender, EventArgs e ) : void
ReloadFile ( object sender, FileSystemEventArgs e ) : void

Method Details

GameConfiguration() public méthode

public GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
Résultat Pokemon3D.Common.Diagnostics

Save() public méthode

public Save ( ) : void
Résultat void