59 lines
2.0 KiB
C#
59 lines
2.0 KiB
C#
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using Luban;
|
|
using SimpleJSON;
|
|
|
|
namespace cfg
|
|
{
|
|
public partial class Tables
|
|
{
|
|
public data.TbReward TbReward {get; }
|
|
public data.TbLanguage TbLanguage {get; }
|
|
public data.TbCard TbCard {get; }
|
|
public data.TBItem TBItem {get; }
|
|
public data.TBStore TBStore {get; }
|
|
public data.TBGameConst TBGameConst {get; }
|
|
public data.TBDurakHall TBDurakHall {get; }
|
|
public data.TBSound TBSound {get; }
|
|
public data.TBActivity TBActivity {get; }
|
|
public data.TBPopPromptbox TBPopPromptbox {get; }
|
|
|
|
public Tables(System.Func<string, JSONNode> loader)
|
|
{
|
|
TbReward = new data.TbReward(loader("data_tbreward"));
|
|
TbLanguage = new data.TbLanguage(loader("data_tblanguage"));
|
|
TbCard = new data.TbCard(loader("data_tbcard"));
|
|
TBItem = new data.TBItem(loader("data_tbitem"));
|
|
TBStore = new data.TBStore(loader("data_tbstore"));
|
|
TBGameConst = new data.TBGameConst(loader("data_tbgameconst"));
|
|
TBDurakHall = new data.TBDurakHall(loader("data_tbdurakhall"));
|
|
TBSound = new data.TBSound(loader("data_tbsound"));
|
|
TBActivity = new data.TBActivity(loader("data_tbactivity"));
|
|
TBPopPromptbox = new data.TBPopPromptbox(loader("data_tbpoppromptbox"));
|
|
ResolveRef();
|
|
}
|
|
|
|
private void ResolveRef()
|
|
{
|
|
TbReward.ResolveRef(this);
|
|
TbLanguage.ResolveRef(this);
|
|
TbCard.ResolveRef(this);
|
|
TBItem.ResolveRef(this);
|
|
TBStore.ResolveRef(this);
|
|
TBGameConst.ResolveRef(this);
|
|
TBDurakHall.ResolveRef(this);
|
|
TBSound.ResolveRef(this);
|
|
TBActivity.ResolveRef(this);
|
|
TBPopPromptbox.ResolveRef(this);
|
|
}
|
|
}
|
|
|
|
}
|