NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/GenCode/ManualWrite/TableExt/SummonConfig.cs

14 lines
329 B
C#
Raw Normal View History

2025-05-20 19:02:05 +08:00
namespace cfg.SummonCfg
{
public partial class SummonConfig
{
public SummonConfig()
{
_dataMap = new System.Collections.Generic.Dictionary<int, SummonCfg.DataSummon>();
_dataList = new System.Collections.Generic.List<SummonCfg.DataSummon>();
}
}
}