Exemplo n.º 1
0
 public void DefaultGraphics()
 {
     Graphics = GeneralMethods.CopyObject(Rm_RPGHandler.Instance.DefaultSettings.DefaultGraphics);
     ApplySettings();
 }
Exemplo n.º 2
0
 public Rm_GameConfig()
 {
     Graphics = new Rm_GraphicsSetup();
     Audio    = new Rm_AudioSetup();
     Controls = new Rm_ControlSetup();
 }