Skip to content

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

  1. The export bat file has been rewritten to simplify the configuration process, no need to manually write configuration information into __tables__.xlsx
  2. After configuration changes, you only need to execute Generator.bat
  3. 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);

Get More Information

  • 📚 Luban Official Documentation
  • 💬 Join QQ group for discussion (ET Framework Group) : 474643097
  • ⭐ Follow the project on GitHub for the latest updates

Released under the MIT License.