//------------------------------------------------------------------------------
//
// 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 Bright.Serialization;
namespace Cfg
{
public partial class Tables
{
public Config.TbTestMap TbTestMap {get; }
public Tables(System.Func loader)
{
var tables = new System.Collections.Generic.Dictionary();
TbTestMap = new Config.TbTestMap(loader("config_tbtestmap"));
tables.Add("Config.TbTestMap", TbTestMap);
PostInit();
TbTestMap.Resolve(tables);
PostResolve();
}
public void TranslateText(System.Func translator)
{
TbTestMap.TranslateText(translator);
}
partial void PostInit();
partial void PostResolve();
}
}