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

14 lines
329 B
C#

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