mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 07:45:05 +00:00
Refactor config handling and improve documentation - Updated `PortalConfigReader.cs` to use constants for configuration keys, enhancing maintainability and readability. Improved error logging with `Debug.LogError`. - Modified `ConfigReader.cs` to handle v2 configuration format, streamlining the loading process and avoiding redundant parsing. - Added XML documentation comments to properties in `EssentialsConfig.cs`, improving code documentation. Initialized `Rooms` property in the constructor. - Enhanced `SystemTemplateConfigs` class with XML documentation for better clarity on its properties.