//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using Luban;
using SimpleJSON;
namespace cfg
{
public partial class Tables
{
///
/// 鱼饵
///
public TbBait TbBait {get; }
///
/// 全局常量配置表
///
public TbBasicConfig TbBasicConfig {get; }
///
/// 浮漂
///
public TbBobber TbBobber {get; }
///
/// 菲德
///
public TbFeeder TbFeeder {get; }
///
/// 鱼
///
public TbFish TbFish {get; }
///
/// 商品
///
public TbGoods TbGoods {get; }
///
/// 鱼钩
///
public TbHook TbHook {get; }
///
/// 初始物品表
///
public TbInitItemConfig TbInitItemConfig {get; }
///
/// 物品表
///
public TbItem TbItem {get; }
///
/// 鱼线
///
public TbLine TbLine {get; }
///
/// 路亚饵
///
public TbLure TbLure {get; }
///
/// 渔轮
///
public TbReel TbReel {get; }
///
/// 鱼竿
///
public TbRod TbRod {get; }
public Tables(System.Func loader)
{
TbBait = new TbBait(loader("tbbait"));
TbBasicConfig = new TbBasicConfig(loader("tbbasicconfig"));
TbBobber = new TbBobber(loader("tbbobber"));
TbFeeder = new TbFeeder(loader("tbfeeder"));
TbFish = new TbFish(loader("tbfish"));
TbGoods = new TbGoods(loader("tbgoods"));
TbHook = new TbHook(loader("tbhook"));
TbInitItemConfig = new TbInitItemConfig(loader("tbinititemconfig"));
TbItem = new TbItem(loader("tbitem"));
TbLine = new TbLine(loader("tbline"));
TbLure = new TbLure(loader("tblure"));
TbReel = new TbReel(loader("tbreel"));
TbRod = new TbRod(loader("tbrod"));
ResolveRef();
}
private void ResolveRef()
{
TbBait.ResolveRef(this);
TbBasicConfig.ResolveRef(this);
TbBobber.ResolveRef(this);
TbFeeder.ResolveRef(this);
TbFish.ResolveRef(this);
TbGoods.ResolveRef(this);
TbHook.ResolveRef(this);
TbInitItemConfig.ResolveRef(this);
TbItem.ResolveRef(this);
TbLine.ResolveRef(this);
TbLure.ResolveRef(this);
TbReel.ResolveRef(this);
TbRod.ResolveRef(this);
}
}
}