//------------------------------------------------------------------------------
//
// 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;
namespace cfg
{
public partial class Tables
{
public TbTemplate TbTemplate {get; }
public Tables(System.Func loader)
{
TbTemplate = new TbTemplate(loader("tbtemplate"));
ResolveRef();
}
private void ResolveRef()
{
TbTemplate.ResolveRef(this);
}
}
}