2026-05-28 16:50:06 +08:00
|
|
|
|
using Obfuz;
|
|
|
|
|
|
namespace cfg.BulletCfg
|
2025-05-20 19:02:05 +08:00
|
|
|
|
{
|
2026-05-28 16:50:06 +08:00
|
|
|
|
[ObfuzIgnore]
|
2025-05-20 19:02:05 +08:00
|
|
|
|
public partial class BulletConfig
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public BulletConfig()
|
|
|
|
|
|
{
|
|
|
|
|
|
_dataMap = new System.Collections.Generic.Dictionary<int, BulletCfg.DataBullet>();
|
|
|
|
|
|
_dataList = new System.Collections.Generic.List<BulletCfg.DataBullet>();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|