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

14 lines
315 B
C#

namespace cfg.BuffCfg
{
public partial class BuffConfig
{
public BuffConfig()
{
_dataMap = new System.Collections.Generic.Dictionary<int, BuffCfg.DataBuff>();
_dataList = new System.Collections.Generic.List<BuffCfg.DataBuff>();
}
}
}