C# 클래스 Pokemon3D.GameCore.GameConfiguration

Contains the global settings of the game, loaded from the configuration.json file.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
Save ( ) : void

비공개 메소드들

메소드 설명
OnGameExiting ( object sender, EventArgs e ) : void
ReloadFile ( object sender, FileSystemEventArgs e ) : void

메소드 상세

GameConfiguration() 공개 메소드

public GameConfiguration ( ) : Pokemon3D.Common.Diagnostics
리턴 Pokemon3D.Common.Diagnostics

Save() 공개 메소드

public Save ( ) : void
리턴 void