Configuration Component
Introduction
The configuration component is based on Luban configuration tool, providing powerful configuration data management functionality.
Core Features
This project uses Luban as the configuration tool
- The export bat file has been rewritten to simplify the configuration process, no need to manually write configuration information into
__tables__.xlsx
- After configuration changes, you only need to execute
Generator.bat
- For detailed configuration methods, please refer to Luban Official Documentation
Configuration Loading
csharp
var config = ConfigsSingleton.Instance.Tables.Tbxxxx.Get(1);
Usage Examples
Basic Usage
csharp
// Get configuration data
var config = ConfigsSingleton.Instance.Tables.TbItemConfig.Get(1001);
Related Links
Get More Information
- 📚 Luban Official Documentation
- 💬 Join QQ group for discussion
(ET Framework Group)
: 474643097 - ⭐ Follow the project on GitHub for the latest updates