You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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