Example #1
0
		public AutoPvPAdvancedOptions()
		{
			Commands = new AutoPvPCommandOptions();
			Profiles = new AutoPvPProfileOptions();
			Seasons = new AutoPvPSeasonOptions();
			Misc = new AutoPvPMiscOptions();
		}
Example #2
0
 public AutoPvPAdvancedOptions()
 {
     Commands = new AutoPvPCommandOptions();
     Profiles = new AutoPvPProfileOptions();
     Seasons  = new AutoPvPSeasonOptions();
     Misc     = new AutoPvPMiscOptions();
 }