AcManager.Tools.Objects.ServerPresetObject.InitializeLocations C# (CSharp) Method

InitializeLocations() protected method

protected InitializeLocations ( ) : void
return void
        protected override void InitializeLocations() {
            base.InitializeLocations();
            IniFilename = Path.Combine(Location, "server_cfg.ini");
            EntryListIniFilename = Path.Combine(Location, "entry_list.ini");
            ResultsDirectory = Path.Combine(Location, "results");
        }