14 lines
315 B
C#
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>();
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|