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

16 lines
360 B
C#

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